File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spring-security-rest/src/main Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
xmlns:p=" http://www.springframework.org/schema/p"
6
6
xsi:schemaLocation="
7
7
http://www.springframework.org/schema/security
8
- http://www.springframework.org/schema/security/spring-security-4.2 .xsd
8
+ http://www.springframework.org/schema/security/spring-security.xsd
9
9
http://www.springframework.org/schema/beans
10
- http://www.springframework.org/schema/beans/spring-beans-4.2 .xsd" >
10
+ http://www.springframework.org/schema/beans/spring-beans.xsd" >
11
11
12
12
<!-- Spring Security Configurations are managed in SecurityJavaConfig class -->
13
13
<!--
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.2 .xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
<bean id =" multipartResolver"
7
7
class=" org.springframework.web.multipart.commons.CommonsMultipartResolver" >
You can’t perform that action at this time.
0 commit comments