升级到jdk17

This commit is contained in:
2025-07-27 00:12:02 +08:00
parent 96caafaa4f
commit b37d397fc6
5 changed files with 68 additions and 6 deletions

View File

@@ -79,7 +79,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/api/system/user-referee/getRefereeNumByUidList",
"/api/system/setting/getByKey/**",
"/api/system/setting/updateByKey/**",
"/lvQ4EoivKJ.txt"
"/lvQ4EoivKJ.txt",
"/api/wechat-cert-test"
)
.permitAll()
.anyRequest()

View File

@@ -243,4 +243,8 @@ public class OaAppParam extends BaseParam {
@TableField(exist = false)
private Set<Integer> appIds;
@ApiModelProperty(value = "访问令牌")
@TableField(exist = false)
private String token;
}