到官方找到对应版本,找到reference文件,修改声明
spring-security 4.2.3
地址:https://docs.spring.io/spring-security/site/docs/4.2.3.RELEASE/reference/htmlsingle/#ns-config
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:security="http://www.springframework.org/schema/security"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/security
http://www.springframework.org/schema/security/spring-security.xsd">
本文介绍如何使用Spring Security 4.2.3进行安全配置,包括如何修改配置文件以适应不同需求。提供了详细的XML声明示例。

479

被折叠的 条评论
为什么被折叠?



