mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-12-09 10:57:09 +08:00
feat(auth/justauth): 新增 JustAuth 自动配置
This commit is contained in:
@@ -49,6 +49,11 @@ public class PropertiesConstants {
|
||||
*/
|
||||
public static final String WEB_RESPONSE = WEB + StringConstants.DOT + "response";
|
||||
|
||||
/**
|
||||
* 认证-JustAuth 配置
|
||||
*/
|
||||
public static final String AUTH_JUSTAUTH = CONTINEW_STARTER + StringConstants.DOT + "justauth";
|
||||
|
||||
/**
|
||||
* 加密配置
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user