org.noear.water.config.ServerConfig Maven / Gradle / Ivy
The newest version!
package org.noear.water.config;
/**
* 服务端配置
*
* @author noear 2021/11/24 created
*/
public class ServerConfig {
/**
* 任务令牌
* */
public static String taskToken;
}