update 优化 删除无用配置

master
疯狂的狮子Li 2 years ago
parent 3d406c2d07
commit 1997a607ba

@ -183,7 +183,6 @@ sms:
--- # 三方授权
justauth:
enabled: true
# 前端外网访问地址
address: http://localhost:80
type:

@ -185,7 +185,6 @@ sms:
--- # 三方授权
justauth:
enabled: true
# 前端外网访问地址
address: http://localhost:80
type:

@ -16,11 +16,6 @@ import java.util.Map;
@ConfigurationProperties(prefix = "justauth")
public class SocialProperties {
/**
*
*/
private Boolean enabled;
/**
*
*/

Loading…
Cancel
Save