tech.powerjob.server.solon.persistence.storage.Constants Maven / Gradle / Ivy
The newest version!
package tech.powerjob.server.solon.persistence.storage;
/**
* Constants
*
* @author tjq
* @since 2023/7/30
*/
public class Constants {
public static final String LOG_BUCKET = "log";
public static final String CONTAINER_BUCKET = "container";
}