Spring Security without web.xml

前端 未结 7 1450
不思量自难忘°
不思量自难忘° 2021-01-30 15:06

What is the recommended way to add Spring Security to a web application that is using Spring\'s new WebApplicationInitializer interface instead of the web.xml file?

7条回答
  •  一个人的身影
    2021-01-30 15:26

    This is related to those interested in Spring Boot with security: You don't need anything, Spring Boot picks up the @components and solves the other issues

提交回复
热议问题