mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-11-28 01:00:05 +08:00
update 优化整体代码 适配jdk17
This commit is contained in:
@@ -28,7 +28,7 @@ public class WebSecurityConfigurer {
|
||||
|
||||
return httpSecurity
|
||||
.headers().frameOptions().disable()
|
||||
.and().authorizeRequests()
|
||||
.and().authorizeHttpRequests()
|
||||
.requestMatchers(adminContextPath + "/assets/**"
|
||||
, adminContextPath + "/login"
|
||||
, adminContextPath + "/actuator/**"
|
||||
|
||||
Reference in New Issue
Block a user