File tree 37 files changed +46
-45
lines changed
main/resources/org/springframework/boot/context/embedded/tomcat
test/resources/org/springframework/boot
diagnostics/analyzer/nounique
spring-boot-autoconfigure/src/test/resources
org/springframework/boot/autoconfigure/condition
active-profile-repositories/.m2
property-interpolation/.m2
spring-boot-starters/src/main/assembly
spring-boot-test/src/test/resources/org/springframework/boot/test
spring-boot-configuration-docs
executable-jar/src/main/assembly
executable-props/src/main/assembly
executable-props-lib/src/main/assembly
test/resources/root/META-INF/spring
spring-boot-maven-plugin/src/site
spring-boot-sample-cache/src/main/resources
spring-boot-sample-traditional/src/main/webapp/WEB-INF
spring-boot-sample-xml/src/main/resources/META-INF
spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/src/test/resources
37 files changed +46
-45
lines changed Original file line number Diff line number Diff line change 1
1
<settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0"
2
2
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation=" http://maven.apache.org/SETTINGS/1.0.0 http ://maven.apache.org/xsd/settings-1.0.0.xsd" >
3
+ xsi:schemaLocation=" http://maven.apache.org/SETTINGS/1.0.0 https ://maven.apache.org/xsd/settings-1.0.0.xsd" >
4
4
<profiles >
5
5
<profile >
6
6
<id >snapshot</id >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<entity-mappings xmlns =" http://xmlns.jcp.org/xml/ns/persistence/orm"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/persistence/orm http ://xmlns.jcp.org /xml/ns/persistence/orm_2_1.xsd"
4
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/persistence/orm https ://www.oracle.com/webfolder/technetwork/jsc /xml/ns/persistence/orm_2_1.xsd"
5
5
version =" 2.1" >
6
6
<entity class =" org.springframework.boot.autoconfigure.orm.jpa.mapping.NonAnnotatedEntity" >
7
7
<table name =" NON_ANNOTATED" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <persistence version =" 2.0" xmlns =" http://java.sun.com/xml/ns/persistence" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://java.sun.com/xml/ns/persistence http ://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" >
2
+ <persistence version =" 2.0" xmlns =" http://java.sun.com/xml/ns/persistence" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://java.sun.com/xml/ns/persistence https ://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" >
3
3
<persistence-unit name =" manually-configured" >
4
4
<class >org.springframework.boot.autoconfigure.orm.jpa.test.City</class >
5
5
<exclude-unlisted-classes >true</exclude-unlisted-classes >
Original file line number Diff line number Diff line change 3
3
xmlns =" http://www.liquibase.org/xml/ns/dbchangelog"
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext"
6
- xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog http ://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd
7
- http://www.liquibase.org/xml/ns/dbchangelog-ext http ://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" >
6
+ xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog https ://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd
7
+ http://www.liquibase.org/xml/ns/dbchangelog-ext https ://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" >
8
8
9
9
<changeSet id =" 1" author =" marceloverdijk" >
10
10
<createTable tableName =" customer" >
Original file line number Diff line number Diff line change 2
2
3
3
<beans xmlns =" http://www.springframework.org/schema/beans"
4
4
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
6
6
7
7
<bean id =" earlyInit" class =" org.springframework.boot.autoconfigure.EarlyInitFactoryBean" >
8
8
<property name =" propertyFromConfig" value =" ${foo}" />
Original file line number Diff line number Diff line change 3
3
xmlns=' http://www.ehcache.org/v3'
4
4
xmlns:jsr107=' http://www.ehcache.org/v3/jsr107'
5
5
xsi:schemaLocation="
6
- http://www.ehcache.org/v3 http ://www.ehcache.org/schema/ehcache-core-3.1.xsd
7
- http://www.ehcache.org/v3/jsr107 http ://www.ehcache.org/schema/ehcache-107-ext-3.1.xsd" >
6
+ http://www.ehcache.org/v3 https ://www.ehcache.org/schema/ehcache-core-3.1.xsd
7
+ http://www.ehcache.org/v3/jsr107 https ://www.ehcache.org/schema/ehcache-107-ext-3.1.xsd" >
8
8
9
9
<cache-template name =" example" >
10
10
<heap unit =" entries" >200</heap >
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.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
<bean id =" example"
7
7
class=" org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBeanTests.ExampleFactoryBean" >
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.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
<bean id =" foo" class =" java.lang.String" >
7
7
<constructor-arg value =" foo" />
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.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
<bean id =" runner" class =" org.test.Runner" />
7
7
Original file line number Diff line number Diff line change 2
2
<assembly
3
3
xmlns=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
4
4
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http ://maven.apache.org/xsd/assembly-1.1.2.xsd" >
5
+ xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https ://maven.apache.org/xsd/assembly-1.1.2.xsd" >
6
6
<id >full</id >
7
7
<formats >
8
8
<format >jar</format >
Original file line number Diff line number Diff line change 1
1
<settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0"
2
2
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:schemaLocation=" http://maven.apache.org/SETTINGS/1.0.0
4
- http ://maven.apache.org/xsd/settings-1.0.0.xsd" >
4
+ https ://maven.apache.org/xsd/settings-1.0.0.xsd" >
5
5
6
6
<mirrors >
7
7
<mirror >
8
8
<id >central-mirror</id >
9
- <url >http ://central-mirror.example.com/maven2</url >
9
+ <url >https ://central-mirror.example.com/maven2</url >
10
10
<mirrorOf >central</mirrorOf >
11
11
</mirror >
12
12
</mirrors >
Original file line number Diff line number Diff line change 3
3
<mirrors >
4
4
<mirror >
5
5
<id >my-mirror</id >
6
- <url >http ://maven.example.com/mirror</url >
6
+ <url >https ://maven.example.com/mirror</url >
7
7
<mirrorOf >my-server</mirrorOf >
8
8
</mirror >
9
9
</mirrors >
Original file line number Diff line number Diff line change 3
3
<mirrors >
4
4
<mirror >
5
5
<id >my-mirror</id >
6
- <url >http ://maven.example.com/mirror</url >
6
+ <url >https ://maven.example.com/mirror</url >
7
7
<mirrorOf >my-server</mirrorOf >
8
8
</mirror >
9
9
</mirrors >
39
39
<repositories >
40
40
<repository >
41
41
<id >example-repository</id >
42
- <url >http ://repo.example.com</url >
42
+ <url >https ://repo.example.com</url >
43
43
</repository >
44
44
</repositories >
45
45
</profile >
Original file line number Diff line number Diff line change 3
3
<mirrors >
4
4
<mirror >
5
5
<id >my-mirror</id >
6
- <url >http ://maven.example.com/mirror</url >
6
+ <url >https ://maven.example.com/mirror</url >
7
7
<mirrorOf >my-server</mirrorOf >
8
8
</mirror >
9
9
</mirrors >
Original file line number Diff line number Diff line change 1
1
<settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0"
2
2
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:schemaLocation=" http://maven.apache.org/SETTINGS/1.0.0
4
- http ://maven.apache.org/xsd/settings-1.0.0.xsd" >
4
+ https ://maven.apache.org/xsd/settings-1.0.0.xsd" >
5
5
6
6
<localRepository >${foo}/repository</localRepository >
7
7
Original file line number Diff line number Diff line change 1
1
<assembly xmlns =" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
2
2
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http ://maven.apache.org/xsd/assembly-1.1.3.xsd" >
3
+ xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 https ://maven.apache.org/xsd/assembly-1.1.3.xsd" >
4
4
<id >starter-poms</id >
5
5
<formats >
6
6
<format >zip</format >
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" xmlns : context =" http://www.springframework.org/schema/context"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd
5
- http://www.springframework.org/schema/context http ://www.springframework.org/schema/context/spring-context.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd
5
+ http://www.springframework.org/schema/context https ://www.springframework.org/schema/context/spring-context.xsd" >
6
6
7
7
<bean id =" foo" class =" java.lang.String" >
8
8
<constructor-arg >
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" xmlns : context =" http://www.springframework.org/schema/context"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd
5
- http://www.springframework.org/schema/context http ://www.springframework.org/schema/context/spring-context.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd
5
+ http://www.springframework.org/schema/context https ://www.springframework.org/schema/context/spring-context.xsd" >
6
6
7
7
<bean id =" foo" class =" java.lang.String" >
8
8
<constructor-arg >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 2
2
<assembly
3
3
xmlns=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
4
4
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http ://maven.apache.org/xsd/assembly-1.1.2.xsd" >
5
+ xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https ://maven.apache.org/xsd/assembly-1.1.2.xsd" >
6
6
<id >full</id >
7
7
<formats >
8
8
<format >jar</format >
Original file line number Diff line number Diff line change 2
2
<assembly
3
3
xmlns=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
4
4
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http ://maven.apache.org/xsd/assembly-1.1.2.xsd" >
5
+ xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https ://maven.apache.org/xsd/assembly-1.1.2.xsd" >
6
6
<id >app</id >
7
7
<formats >
8
8
<format >jar</format >
Original file line number Diff line number Diff line change 2
2
<assembly
3
3
xmlns=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
4
4
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http ://maven.apache.org/xsd/assembly-1.1.2.xsd" >
5
+ xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https ://maven.apache.org/xsd/assembly-1.1.2.xsd" >
6
6
<id >dependencies</id >
7
7
<formats >
8
8
<format >jar</format >
Original file line number Diff line number Diff line change 2
2
<assembly
3
3
xmlns=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
4
4
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http ://maven.apache.org/xsd/assembly-1.1.2.xsd" >
5
+ xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https ://maven.apache.org/xsd/assembly-1.1.2.xsd" >
6
6
<id >full</id >
7
7
<formats >
8
8
<format >jar</format >
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.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
</beans >
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/DECORATION/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.0.0 http ://maven.apache.org/xsd/decoration-1.0.0.xsd" >
2
+ xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.0.0 https ://maven.apache.org/xsd/decoration-1.0.0.xsd" >
3
3
<body >
4
4
<menu name =" Overview" >
5
5
<item name =" Introduction" href =" index.html" />
Original file line number Diff line number Diff line change 2
2
<web-app version =" 3.0" xmlns =" http://java.sun.com/xml/ns/javaee"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee
5
- http ://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" >
5
+ https ://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" >
6
6
</web-app >
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.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
<bean
7
7
id=" org.springframework.boot.context.properties.ConfigurationPropertiesTests$BasicProperties"
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.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
<bean class =" org.springframework.boot.diagnostics.analyzer.nounique.TestBeanConsumer" />
7
7
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.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
<bean class =" org.springframework.boot.diagnostics.analyzer.nounique.TestBean" name =" xmlTestBean" />
7
7
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!DOCTYPE properties SYSTEM "http ://java.sun.com/dtd/properties.dtd">
2
+ <!DOCTYPE properties SYSTEM "https ://java.sun.com/dtd/properties.dtd">
3
3
<properties >
4
4
<entry key =" test" >xml</entry >
5
5
</properties >
Original file line number Diff line number Diff line change 2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns:context=" http://www.springframework.org/schema/context"
5
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd
6
- http://www.springframework.org/schema/context http ://www.springframework.org/schema/context/spring-context.xsd" >
5
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd
6
+ http://www.springframework.org/schema/context https ://www.springframework.org/schema/context/spring-context.xsd" >
7
7
8
8
<bean id =" myXmlComponent" class =" org.springframework.boot.sampleconfig.MyComponent" />
9
9
</beans >
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.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
<bean name =" servletContainerFactory"
7
7
class=" org.springframework.boot.web.servlet.server.MockServletWebServerFactory" />
Original file line number Diff line number Diff line change 1
1
<config xmlns =' http://www.ehcache.org/v3'
2
2
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
3
xmlns:jsr107=" http://www.ehcache.org/v3/jsr107"
4
- xsi:schemaLocation=" http://www.ehcache.org/v3 http ://www.ehcache.org/schema/ehcache-core-3.0.xsd
5
- http://www.ehcache.org/v3/jsr107 http ://www.ehcache.org/schema/ehcache-107-ext-3.0.xsd" >
4
+ xsi:schemaLocation=" http://www.ehcache.org/v3 https ://www.ehcache.org/schema/ehcache-core-3.0.xsd
5
+ http://www.ehcache.org/v3/jsr107 https ://www.ehcache.org/schema/ehcache-107-ext-3.0.xsd" >
6
6
<cache alias =" countries" >
7
7
<expiry >
8
8
<ttl unit =" seconds" >600</ttl >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<web-app version =" 2.5" xmlns =" http://java.sun.com/xml/ns/javaee"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee http ://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" >
4
+ xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee https ://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" >
5
5
6
6
<servlet >
7
7
<servlet-name >appServlet</servlet-name >
Original file line number Diff line number Diff line change 2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns:context=" http://www.springframework.org/schema/context"
5
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd
6
- http://www.springframework.org/schema/context http ://www.springframework.org/schema/context/spring-context.xsd" >
5
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd
6
+ http://www.springframework.org/schema/context https ://www.springframework.org/schema/context/spring-context.xsd" >
7
7
8
8
<context : annotation-config />
9
9
<context : property-placeholder />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!DOCTYPE suppressions PUBLIC
3
+ <<<<<<< HEAD
3
4
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
4
5
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
5
6
<suppressions >
You can’t perform that action at this time.
0 commit comments