update 优化 删除无用配置

2.X
疯狂的狮子Li 2024-01-25 17:34:52 +08:00
parent a998019fb4
commit aaeb251843
2 changed files with 0 additions and 6 deletions

View File

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

View File

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