SpringBoot开发中关闭Security安全策略报错:Deprecated: The security auto-configuration is no longer customizable
程序员文章站
2022-05-30 09:47:41
...
因为之前教程大都是这种配置
security:
basic:
enabled: false
Spring Boot 2.0以后新版本要这样写
spring:
security:
basic:
enabled: false
上一篇: Mysql的三范式设计和反范式设计
下一篇: 4:三大范式