File tree 3 files changed +3
-3
lines changed
spring-boot-project/spring-boot-autoconfigure/src/test/resources/META-INF/mappings
3 files changed +3
-3
lines changed 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" ?>
2
- <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http ://www.puppycrawl.com /dtds/configuration_1_2.dtd">
2
+ <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "https ://checkstyle.org /dtds/configuration_1_2.dtd">
3
3
<module name =" com.puppycrawl.tools.checkstyle.Checker" >
4
4
<module name =" io.spring.javaformat.checkstyle.SpringChecks" />
5
5
<module name =" com.puppycrawl.tools.checkstyle.TreeWalker" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <!DOCTYPE import-control PUBLIC "-//Puppy Crawl//DTD Import Control 1.1//EN" "http ://www.puppycrawl.com /dtds/import_control_1_1.dtd">
2
+ <!DOCTYPE import-control PUBLIC "-//Puppy Crawl//DTD Import Control 1.1//EN" "https ://checkstyle.org /dtds/import_control_1_1.dtd">
3
3
<import-control pkg =" org.springframework.boot" >
4
4
<allow pkg =" .*" regex =" true" />
5
5
You can’t perform that action at this time.
0 commit comments