update 优化 删除无用配置
This commit is contained in:
parent
3d406c2d07
commit
1997a607ba
@ -183,7 +183,6 @@ sms:
|
|||||||
|
|
||||||
--- # 三方授权
|
--- # 三方授权
|
||||||
justauth:
|
justauth:
|
||||||
enabled: true
|
|
||||||
# 前端外网访问地址
|
# 前端外网访问地址
|
||||||
address: http://localhost:80
|
address: http://localhost:80
|
||||||
type:
|
type:
|
||||||
|
@ -185,7 +185,6 @@ sms:
|
|||||||
|
|
||||||
--- # 三方授权
|
--- # 三方授权
|
||||||
justauth:
|
justauth:
|
||||||
enabled: true
|
|
||||||
# 前端外网访问地址
|
# 前端外网访问地址
|
||||||
address: http://localhost:80
|
address: http://localhost:80
|
||||||
type:
|
type:
|
||||||
|
@ -16,11 +16,6 @@ import java.util.Map;
|
|||||||
@ConfigurationProperties(prefix = "justauth")
|
@ConfigurationProperties(prefix = "justauth")
|
||||||
public class SocialProperties {
|
public class SocialProperties {
|
||||||
|
|
||||||
/**
|
|
||||||
* 是否启用
|
|
||||||
*/
|
|
||||||
private Boolean enabled;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 授权类型
|
* 授权类型
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user