com.github.houbbbbb.sso.nt.constants.SwitchConstants Maven / Gradle / Ivy
The newest version!
package com.github.houbbbbb.sso.nt.constants;
/**
* @author: hbw
* @date: 2020/7/13
**/
public class SwitchConstants {
private SwitchConstants() {}
/**
* client重启机制,true - 重启,false - 不重启
*/
public static volatile Boolean clientStatus = false;
}