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

org.noear.water.config.ServerConfig Maven / Gradle / Ivy

There is a newer version: 2.14.2
Show newest version
package org.noear.water.config;

/**
 * 服务端配置
 *
 * @author noear 2021/11/24 created
 */
public class ServerConfig {
    /**
     * 任务令牌
     * */
    public static String taskToken;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy