文件选择,枚举下拉

This commit is contained in:
暮光:城中城
2021-11-02 23:49:48 +08:00
parent 42ad4916a0
commit e99fe3bf65
3 changed files with 45 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ public class LoginController {
// TODO 域账号登录,待测试
@Value("${spring.ldap.domainName:}")
private String ldapDomainName;
@Value("${spring.ldap.enable:}")
@Value("${spring.ldap.enable:false}")
private boolean ldapLoginEnable;
/**