refactor: 项目结构优化
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
package com.youlai.system.common.constant;
|
||||
|
||||
/**
|
||||
* Security常量
|
||||
*
|
||||
* @author haoxr
|
||||
* @date 2022/10/22
|
||||
*/
|
||||
public interface SecurityConstants {
|
||||
|
||||
/**
|
||||
* 授权角色的前缀
|
||||
* <p>
|
||||
* 区分角色与权限标识
|
||||
*/
|
||||
String ROLE_PREFIX = "ROLE_";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user