org.mountcloud.springcloud.common.oauth2feigh.config.RoleConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-common-oauth-feigh Show documentation
Show all versions of spring-cloud-common-oauth-feigh Show documentation
This project encapsulates the necessary functions of the oauth resource service, and encapsulates the oauth function of the weight client.
The newest version!
package org.mountcloud.springcloud.common.oauth2feigh.config;
/**
* @author zhanghaishan
* @version V1.0
*
* TODO: 公共角色配置
* 2020/1/17.
*/
public class RoleConfig {
//系统-最高权限
public static final String SYSTEM_ROLE = "ROLE_SYSTEM";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy