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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy