All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy