diff --git a/spring-boot-actuator/src/test/resources/actuator-docs-index.html b/spring-boot-actuator/src/test/resources/actuator-docs-index.html index e69de29bb2..8b13789179 100644 --- a/spring-boot-actuator/src/test/resources/actuator-docs-index.html +++ b/spring-boot-actuator/src/test/resources/actuator-docs-index.html @@ -0,0 +1 @@ + diff --git a/spring-boot-actuator/src/test/resources/cache/test-ehcache.xml b/spring-boot-actuator/src/test/resources/cache/test-ehcache.xml index 9a50bbab4b..a2ceaeb47c 100644 --- a/spring-boot-actuator/src/test/resources/cache/test-ehcache.xml +++ b/spring-boot-actuator/src/test/resources/cache/test-ehcache.xml @@ -7,4 +7,4 @@ - \ No newline at end of file + diff --git a/spring-boot-actuator/src/test/resources/db/migration/V1__init.sql b/spring-boot-actuator/src/test/resources/db/migration/V1__init.sql index e69de29bb2..8b13789179 100644 --- a/spring-boot-actuator/src/test/resources/db/migration/V1__init.sql +++ b/spring-boot-actuator/src/test/resources/db/migration/V1__init.sql @@ -0,0 +1 @@ + diff --git a/spring-boot-actuator/src/test/resources/logback.xml b/spring-boot-actuator/src/test/resources/logback.xml index ee10b29b61..f6d7406e0c 100644 --- a/spring-boot-actuator/src/test/resources/logback.xml +++ b/spring-boot-actuator/src/test/resources/logback.xml @@ -5,4 +5,4 @@ - \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/thymeleaf/ThymeleafAutoConfigurationTests.java b/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/thymeleaf/ThymeleafAutoConfigurationTests.java index 136612d62f..d1ab7f8e0d 100644 --- a/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/thymeleaf/ThymeleafAutoConfigurationTests.java +++ b/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/thymeleaf/ThymeleafAutoConfigurationTests.java @@ -172,7 +172,7 @@ public class ThymeleafAutoConfigurationTests { this.context.refresh(); TemplateEngine engine = this.context.getBean(TemplateEngine.class); Context attrs = new Context(Locale.UK, Collections.singletonMap("foo", "bar")); - String result = engine.process("data-dialect", attrs); + String result = engine.process("data-dialect", attrs).trim(); assertThat(result).isEqualTo(""); } @@ -183,7 +183,7 @@ public class ThymeleafAutoConfigurationTests { this.context.refresh(); TemplateEngine engine = this.context.getBean(TemplateEngine.class); Context attrs = new Context(Locale.UK); - String result = engine.process("java8time-dialect", attrs); + String result = engine.process("java8time-dialect", attrs).trim(); assertThat(result).isEqualTo("2015-11-24"); } @@ -194,7 +194,7 @@ public class ThymeleafAutoConfigurationTests { this.context.refresh(); TemplateEngine engine = this.context.getBean(TemplateEngine.class); Context attrs = new Context(Locale.UK, Collections.singletonMap("foo", "bar")); - String result = engine.process("home", attrs); + String result = engine.process("home", attrs).trim(); assertThat(result).isEqualTo("bar"); } diff --git a/spring-boot-autoconfigure/src/test/resources/city.sql b/spring-boot-autoconfigure/src/test/resources/city.sql index bb2a2eeac2..a31da42dc3 100644 --- a/spring-boot-autoconfigure/src/test/resources/city.sql +++ b/spring-boot-autoconfigure/src/test/resources/city.sql @@ -1 +1 @@ -INSERT INTO CITY (NAME, STATE, COUNTRY, MAP) values ('Washington', 'DC', 'US', 'Google'); \ No newline at end of file +INSERT INTO CITY (NAME, STATE, COUNTRY, MAP) values ('Washington', 'DC', 'US', 'Google'); diff --git a/spring-boot-autoconfigure/src/test/resources/custom-schema.ldif b/spring-boot-autoconfigure/src/test/resources/custom-schema.ldif index a561a201cb..2bb925dd6d 100644 --- a/spring-boot-autoconfigure/src/test/resources/custom-schema.ldif +++ b/spring-boot-autoconfigure/src/test/resources/custom-schema.ldif @@ -14,4 +14,4 @@ objectClasses: ( 1.3.6.1.4.1.32473.1.2.2 SUP top AUXILIARY MAY exampleAttributeName - X-ORIGIN 'Managing Schema Document' ) \ No newline at end of file + X-ORIGIN 'Managing Schema Document' ) diff --git a/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.ftl b/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.ftl index 8f4052a5c9..0d82d79c85 100644 --- a/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.ftl +++ b/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.ftl @@ -1 +1 @@ -custom \ No newline at end of file +custom diff --git a/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.html b/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.html index e69de29bb2..8b13789179 100644 --- a/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.html +++ b/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.html @@ -0,0 +1 @@ + diff --git a/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.jsp b/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.jsp index e69de29bb2..8b13789179 100755 --- a/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.jsp +++ b/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.jsp @@ -0,0 +1 @@ + diff --git a/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.tpl b/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.tpl index 06b9992513..cd07d3d3c6 100644 --- a/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.tpl +++ b/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.tpl @@ -1 +1 @@ -yield "custom" \ No newline at end of file +yield "custom" diff --git a/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.vm b/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.vm index 8f4052a5c9..0d82d79c85 100644 --- a/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.vm +++ b/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.vm @@ -1 +1 @@ -custom \ No newline at end of file +custom diff --git a/spring-boot-autoconfigure/src/test/resources/custom-templates/suffixed.jsp b/spring-boot-autoconfigure/src/test/resources/custom-templates/suffixed.jsp index e69de29bb2..8b13789179 100755 --- a/spring-boot-autoconfigure/src/test/resources/custom-templates/suffixed.jsp +++ b/spring-boot-autoconfigure/src/test/resources/custom-templates/suffixed.jsp @@ -0,0 +1 @@ + diff --git a/spring-boot-autoconfigure/src/test/resources/data.sql b/spring-boot-autoconfigure/src/test/resources/data.sql index 0d31554b97..487614d440 100644 --- a/spring-boot-autoconfigure/src/test/resources/data.sql +++ b/spring-boot-autoconfigure/src/test/resources/data.sql @@ -1 +1 @@ -INSERT INTO BAR VALUES (1, 'Andy'); \ No newline at end of file +INSERT INTO BAR VALUES (1, 'Andy'); diff --git a/spring-boot-autoconfigure/src/test/resources/db/city/V1__init.sql b/spring-boot-autoconfigure/src/test/resources/db/city/V1__init.sql index 3f9f9d079f..8439c925c4 100644 --- a/spring-boot-autoconfigure/src/test/resources/db/city/V1__init.sql +++ b/spring-boot-autoconfigure/src/test/resources/db/city/V1__init.sql @@ -4,4 +4,4 @@ CREATE TABLE CITY ( state VARCHAR(30), country VARCHAR(30), map VARCHAR(30) -); \ No newline at end of file +); diff --git a/spring-boot-autoconfigure/src/test/resources/db/migration/V1__init.sql b/spring-boot-autoconfigure/src/test/resources/db/migration/V1__init.sql index e69de29bb2..8b13789179 100644 --- a/spring-boot-autoconfigure/src/test/resources/db/migration/V1__init.sql +++ b/spring-boot-autoconfigure/src/test/resources/db/migration/V1__init.sql @@ -0,0 +1 @@ + diff --git a/spring-boot-autoconfigure/src/test/resources/db/vendors/h2/V1__init.sql b/spring-boot-autoconfigure/src/test/resources/db/vendors/h2/V1__init.sql index e69de29bb2..8b13789179 100644 --- a/spring-boot-autoconfigure/src/test/resources/db/vendors/h2/V1__init.sql +++ b/spring-boot-autoconfigure/src/test/resources/db/vendors/h2/V1__init.sql @@ -0,0 +1 @@ + diff --git a/spring-boot-autoconfigure/src/test/resources/ehcache3.xml b/spring-boot-autoconfigure/src/test/resources/ehcache3.xml index 73d27c811d..575fd7cdbb 100644 --- a/spring-boot-autoconfigure/src/test/resources/ehcache3.xml +++ b/spring-boot-autoconfigure/src/test/resources/ehcache3.xml @@ -23,4 +23,4 @@ - \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/resources/logback-test.xml b/spring-boot-autoconfigure/src/test/resources/logback-test.xml index ee27473400..b8a41480d7 100644 --- a/spring-boot-autoconfigure/src/test/resources/logback-test.xml +++ b/spring-boot-autoconfigure/src/test/resources/logback-test.xml @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo.html b/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo.html index 18624afa99..fa22264e23 100644 --- a/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo.html +++ b/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo.html @@ -1 +1 @@ -Hello {{World}} \ No newline at end of file +Hello {{World}} diff --git a/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html b/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html index e69de29bb2..8b13789179 100644 --- a/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html +++ b/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html @@ -0,0 +1 @@ + diff --git a/spring-boot-autoconfigure/src/test/resources/mustache-templates/home.html b/spring-boot-autoconfigure/src/test/resources/mustache-templates/home.html index 0e134df2ec..a13594e5ad 100644 --- a/spring-boot-autoconfigure/src/test/resources/mustache-templates/home.html +++ b/spring-boot-autoconfigure/src/test/resources/mustache-templates/home.html @@ -6,4 +6,4 @@

A Message

{{message}} at {{time}}
- \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/resources/mustache-templates/layout.html b/spring-boot-autoconfigure/src/test/resources/mustache-templates/layout.html index 762ded630f..31b461b33c 100644 --- a/spring-boot-autoconfigure/src/test/resources/mustache-templates/layout.html +++ b/spring-boot-autoconfigure/src/test/resources/mustache-templates/layout.html @@ -12,4 +12,4 @@
{{#include}}{{body}}{{/include}}
- \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/resources/mustache-templates/partial.html b/spring-boot-autoconfigure/src/test/resources/mustache-templates/partial.html index 6bea208a58..890b290340 100644 --- a/spring-boot-autoconfigure/src/test/resources/mustache-templates/partial.html +++ b/spring-boot-autoconfigure/src/test/resources/mustache-templates/partial.html @@ -12,4 +12,4 @@
{{>content}}
- \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/cache/hazelcast-specific.xml b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/cache/hazelcast-specific.xml index f7e59aeaea..c8f7b11312 100644 --- a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/cache/hazelcast-specific.xml +++ b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/cache/hazelcast-specific.xml @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/hazelcast/hazelcast-specific.xml b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/hazelcast/hazelcast-specific.xml index 9a0d0513b7..627fd039e7 100644 --- a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/hazelcast/hazelcast-specific.xml +++ b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/hazelcast/hazelcast-specific.xml @@ -11,4 +11,4 @@ - \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/another.sql b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/another.sql index b96a8cbd70..8ada9cf5f3 100644 --- a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/another.sql +++ b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/another.sql @@ -1,4 +1,4 @@ CREATE TABLE SPAM ( id INTEGER IDENTITY PRIMARY KEY, name VARCHAR(30), -); \ No newline at end of file +); diff --git a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/data.sql b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/data.sql index d8701d1fab..068d7392cb 100644 --- a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/data.sql +++ b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/data.sql @@ -1 +1 @@ -INSERT INTO FOO VALUES (1, 'Andy'); \ No newline at end of file +INSERT INTO FOO VALUES (1, 'Andy'); diff --git a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/encoding-data.sql b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/encoding-data.sql index bf46c11048..030efbf678 100644 --- a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/encoding-data.sql +++ b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/encoding-data.sql @@ -1,2 +1,2 @@ INSERT INTO BAR(id, name) VALUES (1, 'bar'); -INSERT INTO BAR(id, name) VALUES (2, 'ばー'); \ No newline at end of file +INSERT INTO BAR(id, name) VALUES (2, 'ばー'); diff --git a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/schema.sql b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/schema.sql index 38de881057..185560fe78 100644 --- a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/schema.sql +++ b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jdbc/schema.sql @@ -1,4 +1,4 @@ CREATE TABLE FOO ( id INTEGER IDENTITY PRIMARY KEY, name VARCHAR(30), -); \ No newline at end of file +); diff --git a/spring-boot-autoconfigure/src/test/resources/schema.sql b/spring-boot-autoconfigure/src/test/resources/schema.sql index fdf0368762..35b55fb604 100644 --- a/spring-boot-autoconfigure/src/test/resources/schema.sql +++ b/spring-boot-autoconfigure/src/test/resources/schema.sql @@ -1,4 +1,4 @@ CREATE TABLE BAR ( id INTEGER IDENTITY PRIMARY KEY, name VARCHAR(30), -); \ No newline at end of file +); diff --git a/spring-boot-autoconfigure/src/test/resources/templates/data-dialect.html b/spring-boot-autoconfigure/src/test/resources/templates/data-dialect.html index 8f8a82b408..f1a6716764 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/data-dialect.html +++ b/spring-boot-autoconfigure/src/test/resources/templates/data-dialect.html @@ -1 +1 @@ - \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/resources/templates/home.ftl b/spring-boot-autoconfigure/src/test/resources/templates/home.ftl index 0247178b6e..5e72f75cb4 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/home.ftl +++ b/spring-boot-autoconfigure/src/test/resources/templates/home.ftl @@ -1 +1 @@ -home \ No newline at end of file +home diff --git a/spring-boot-autoconfigure/src/test/resources/templates/home.html b/spring-boot-autoconfigure/src/test/resources/templates/home.html index 8f364d3623..d8a1185cc0 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/home.html +++ b/spring-boot-autoconfigure/src/test/resources/templates/home.html @@ -1 +1 @@ -Home \ No newline at end of file +Home diff --git a/spring-boot-autoconfigure/src/test/resources/templates/home.vm b/spring-boot-autoconfigure/src/test/resources/templates/home.vm index 0247178b6e..5e72f75cb4 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/home.vm +++ b/spring-boot-autoconfigure/src/test/resources/templates/home.vm @@ -1 +1 @@ -home \ No newline at end of file +home diff --git a/spring-boot-autoconfigure/src/test/resources/templates/java8time-dialect.html b/spring-boot-autoconfigure/src/test/resources/templates/java8time-dialect.html index 3bba41f49b..2c2bce877b 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/java8time-dialect.html +++ b/spring-boot-autoconfigure/src/test/resources/templates/java8time-dialect.html @@ -1 +1 @@ - \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/resources/templates/layout.html b/spring-boot-autoconfigure/src/test/resources/templates/layout.html index 900c0de6bd..57add3758e 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/layout.html +++ b/spring-boot-autoconfigure/src/test/resources/templates/layout.html @@ -11,4 +11,4 @@ - \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/resources/templates/message.ftl b/spring-boot-autoconfigure/src/test/resources/templates/message.ftl index 3908877ab6..b3992342b2 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/message.ftl +++ b/spring-boot-autoconfigure/src/test/resources/templates/message.ftl @@ -1 +1 @@ -Message: ${greeting} \ No newline at end of file +Message: ${greeting} diff --git a/spring-boot-autoconfigure/src/test/resources/templates/message.html b/spring-boot-autoconfigure/src/test/resources/templates/message.html index 53440f08e7..ba236128ec 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/message.html +++ b/spring-boot-autoconfigure/src/test/resources/templates/message.html @@ -1 +1 @@ -Message: Hello \ No newline at end of file +Message: Hello diff --git a/spring-boot-autoconfigure/src/test/resources/templates/message.vm b/spring-boot-autoconfigure/src/test/resources/templates/message.vm index 3908877ab6..b3992342b2 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/message.vm +++ b/spring-boot-autoconfigure/src/test/resources/templates/message.vm @@ -1 +1 @@ -Message: ${greeting} \ No newline at end of file +Message: ${greeting} diff --git a/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.ftl b/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.ftl index ba8db465da..278ed40333 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.ftl +++ b/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.ftl @@ -1 +1 @@ -prefixed \ No newline at end of file +prefixed diff --git a/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.tpl b/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.tpl index c9c6c42d6c..05426ef699 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.tpl +++ b/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.tpl @@ -1 +1 @@ -yield "prefixed" \ No newline at end of file +yield "prefixed" diff --git a/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.vm b/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.vm index ba8db465da..278ed40333 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.vm +++ b/spring-boot-autoconfigure/src/test/resources/templates/prefix/prefixed.vm @@ -1 +1 @@ -prefixed \ No newline at end of file +prefixed diff --git a/spring-boot-autoconfigure/src/test/resources/templates/suffixed.freemarker b/spring-boot-autoconfigure/src/test/resources/templates/suffixed.freemarker index dcce46b027..cfe8d439ab 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/suffixed.freemarker +++ b/spring-boot-autoconfigure/src/test/resources/templates/suffixed.freemarker @@ -1 +1 @@ -suffixed \ No newline at end of file +suffixed diff --git a/spring-boot-autoconfigure/src/test/resources/templates/view.html b/spring-boot-autoconfigure/src/test/resources/templates/view.html index 6f4deeb420..accdaf1ea1 100644 --- a/spring-boot-autoconfigure/src/test/resources/templates/view.html +++ b/spring-boot-autoconfigure/src/test/resources/templates/view.html @@ -7,4 +7,4 @@ foo - \ No newline at end of file + diff --git a/spring-boot-autoconfigure/src/test/resources/welcome-page/index.html b/spring-boot-autoconfigure/src/test/resources/welcome-page/index.html index e69de29bb2..8b13789179 100644 --- a/spring-boot-autoconfigure/src/test/resources/welcome-page/index.html +++ b/spring-boot-autoconfigure/src/test/resources/welcome-page/index.html @@ -0,0 +1 @@ + diff --git a/spring-boot-cli/src/test/resources/.m2/settings.xml b/spring-boot-cli/src/test/resources/.m2/settings.xml index 6cc8d41bd2..8ae764f39d 100644 --- a/spring-boot-cli/src/test/resources/.m2/settings.xml +++ b/spring-boot-cli/src/test/resources/.m2/settings.xml @@ -30,4 +30,4 @@ - \ No newline at end of file + diff --git a/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings-security.xml b/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings-security.xml index 7b6597c44e..e1b5cd3c1b 100644 --- a/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings-security.xml +++ b/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings-security.xml @@ -1,3 +1,3 @@ {oAyWuFO63U8HHgiplpqtgXih0/pwcRA0d+uA+Z7TBEk=} - \ No newline at end of file + diff --git a/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings.xml b/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings.xml index 5160df5657..e9c2b39cf3 100644 --- a/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings.xml +++ b/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings.xml @@ -28,4 +28,4 @@ - \ No newline at end of file + diff --git a/spring-boot-cli/src/test/resources/resource-matcher/two/.file b/spring-boot-cli/src/test/resources/resource-matcher/two/.file index e69de29bb2..8b13789179 100644 --- a/spring-boot-cli/src/test/resources/resource-matcher/two/.file +++ b/spring-boot-cli/src/test/resources/resource-matcher/two/.file @@ -0,0 +1 @@ + diff --git a/spring-boot-cli/src/test/resources/schema-all.sql b/spring-boot-cli/src/test/resources/schema-all.sql index 38de881057..185560fe78 100644 --- a/spring-boot-cli/src/test/resources/schema-all.sql +++ b/spring-boot-cli/src/test/resources/schema-all.sql @@ -1,4 +1,4 @@ CREATE TABLE FOO ( id INTEGER IDENTITY PRIMARY KEY, name VARCHAR(30), -); \ No newline at end of file +); diff --git a/spring-boot-cli/src/test/resources/templates/home.html b/spring-boot-cli/src/test/resources/templates/home.html index dfdd6c756b..c1058eb1c5 100644 --- a/spring-boot-cli/src/test/resources/templates/home.html +++ b/spring-boot-cli/src/test/resources/templates/home.html @@ -22,4 +22,4 @@ 2012 2:17:16 PM CDT - \ No newline at end of file + diff --git a/spring-boot-docs/src/test/resources/com/example/myapp/config.yml b/spring-boot-docs/src/test/resources/com/example/myapp/config.yml index 6a907d9dfc..befe45ca35 100644 --- a/spring-boot-docs/src/test/resources/com/example/myapp/config.yml +++ b/spring-boot-docs/src/test/resources/com/example/myapp/config.yml @@ -1,3 +1,3 @@ test: foo: - bar: value \ No newline at end of file + bar: value diff --git a/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/launch-with-relative-log-folder.sh b/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/launch-with-relative-log-folder.sh index 4f44ee3d2c..da1f7b11c1 100755 --- a/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/launch-with-relative-log-folder.sh +++ b/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/launch-with-relative-log-folder.sh @@ -5,4 +5,4 @@ echo 'LOG_FOLDER=log' > /test-service/spring-boot-app.conf mkdir -p /test-service/log start_service await_app -[[ -s /test-service/log/spring-boot-app.log ]] && echo "Log written" \ No newline at end of file +[[ -s /test-service/log/spring-boot-app.log ]] && echo "Log written" diff --git a/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership-is-changed-when-created.sh b/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership-is-changed-when-created.sh index c007f35cad..5cc9eb46fc 100755 --- a/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership-is-changed-when-created.sh +++ b/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership-is-changed-when-created.sh @@ -6,4 +6,4 @@ useradd andy chown andy /test-service/spring-boot-app.jar start_service await_app -ls -al /test-service/log/spring-boot-app.log \ No newline at end of file +ls -al /test-service/log/spring-boot-app.log diff --git a/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership-is-unchanged-when-exists.sh b/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership-is-unchanged-when-exists.sh index ec28e35ac2..685e1e6100 100755 --- a/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership-is-unchanged-when-exists.sh +++ b/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership-is-unchanged-when-exists.sh @@ -8,4 +8,4 @@ useradd andy chown andy /test-service/spring-boot-app.jar start_service await_app -ls -al /test-service/log/spring-boot-app.log \ No newline at end of file +ls -al /test-service/log/spring-boot-app.log diff --git a/spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/resources/log4j2.xml b/spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/resources/log4j2.xml index 2f385bde1a..dfec9acb0a 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/resources/log4j2.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/resources/log4j2.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache3.xml b/spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache3.xml index cce17bb79e..4847f1f118 100644 --- a/spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache3.xml +++ b/spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache3.xml @@ -11,4 +11,4 @@ - \ No newline at end of file + diff --git a/spring-boot-samples/spring-boot-sample-flyway/src/main/resources/db/migration/V1__init.sql b/spring-boot-samples/spring-boot-sample-flyway/src/main/resources/db/migration/V1__init.sql index e6ac47ce65..d62c79975c 100644 --- a/spring-boot-samples/spring-boot-sample-flyway/src/main/resources/db/migration/V1__init.sql +++ b/spring-boot-samples/spring-boot-sample-flyway/src/main/resources/db/migration/V1__init.sql @@ -4,4 +4,4 @@ CREATE TABLE PERSON ( last_name varchar(255) not null ); -insert into PERSON (first_name, last_name) values ('Dave', 'Syer'); \ No newline at end of file +insert into PERSON (first_name, last_name) values ('Dave', 'Syer'); diff --git a/spring-boot-samples/spring-boot-sample-hypermedia-ui-secure/src/main/resources/static/index.html b/spring-boot-samples/spring-boot-sample-hypermedia-ui-secure/src/main/resources/static/index.html index 66a41f708c..8842bf8101 100644 --- a/spring-boot-samples/spring-boot-sample-hypermedia-ui-secure/src/main/resources/static/index.html +++ b/spring-boot-samples/spring-boot-sample-hypermedia-ui-secure/src/main/resources/static/index.html @@ -2,4 +2,4 @@

Hello World!

- \ No newline at end of file + diff --git a/spring-boot-samples/spring-boot-sample-hypermedia-ui/src/main/resources/static/index.html b/spring-boot-samples/spring-boot-sample-hypermedia-ui/src/main/resources/static/index.html index 66a41f708c..8842bf8101 100644 --- a/spring-boot-samples/spring-boot-sample-hypermedia-ui/src/main/resources/static/index.html +++ b/spring-boot-samples/spring-boot-sample-hypermedia-ui/src/main/resources/static/index.html @@ -2,4 +2,4 @@

Hello World!

- \ No newline at end of file + diff --git a/spring-boot-samples/spring-boot-sample-jooq/src/main/resources/reset.sql b/spring-boot-samples/spring-boot-sample-jooq/src/main/resources/reset.sql index fc9a4f21da..b1306d7359 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/src/main/resources/reset.sql +++ b/spring-boot-samples/spring-boot-sample-jooq/src/main/resources/reset.sql @@ -1 +1 @@ -DROP ALL OBJECTS; \ No newline at end of file +DROP ALL OBJECTS; diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/resources/import.sql b/spring-boot-samples/spring-boot-sample-jpa/src/main/resources/import.sql index a3d2222035..8ede618432 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/main/resources/import.sql +++ b/spring-boot-samples/spring-boot-sample-jpa/src/main/resources/import.sql @@ -14,4 +14,4 @@ insert into note_tags(notes_id, tags_id) values (1, 3) insert into note_tags(notes_id, tags_id) values (2, 3) insert into note_tags(notes_id, tags_id) values (3, 3) insert into note_tags(notes_id, tags_id) values (4, 2) -insert into note_tags(notes_id, tags_id) values (4, 3) \ No newline at end of file +insert into note_tags(notes_id, tags_id) values (4, 3) diff --git a/spring-boot-samples/spring-boot-sample-profile/application.yml b/spring-boot-samples/spring-boot-sample-profile/application.yml index 6d4e66da9c..8689513d3b 100644 --- a/spring-boot-samples/spring-boot-sample-profile/application.yml +++ b/spring-boot-samples/spring-boot-sample-profile/application.yml @@ -1 +1 @@ -hello: Bonjour \ No newline at end of file +hello: Bonjour diff --git a/spring-boot-samples/spring-boot-sample-profile/src/main/resources/application.yml b/spring-boot-samples/spring-boot-sample-profile/src/main/resources/application.yml index 316b1f95d9..f0f5821381 100644 --- a/spring-boot-samples/spring-boot-sample-profile/src/main/resources/application.yml +++ b/spring-boot-samples/spring-boot-sample-profile/src/main/resources/application.yml @@ -4,4 +4,4 @@ name: Phil spring: profiles: goodbye,dev -name: Everyone \ No newline at end of file +name: Everyone diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/login.html b/spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/login.html index 96b02cb7a3..cace46a360 100644 --- a/spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/login.html +++ b/spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/login.html @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/templates/login.html b/spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/templates/login.html index 96b02cb7a3..cace46a360 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/templates/login.html +++ b/spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/templates/login.html @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/data.sql b/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/data.sql index 2633f21e78..76ae21c97a 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/data.sql +++ b/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/data.sql @@ -1,3 +1,3 @@ insert into users (username, password, enabled) values ('user', 'user', true); -insert into authorities (username, authority) values ('user', 'ROLE_ADMIN'); \ No newline at end of file +insert into authorities (username, authority) values ('user', 'ROLE_ADMIN'); diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/schema.sql b/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/schema.sql index cf6c5fdda6..00b20c8d33 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/schema.sql +++ b/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/schema.sql @@ -7,4 +7,4 @@ create table users ( create table authorities ( username varchar(256), authority varchar(256) -); \ No newline at end of file +); diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/templates/login.html b/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/templates/login.html index 96b02cb7a3..cace46a360 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/templates/login.html +++ b/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/templates/login.html @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/schema.sql b/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/schema.sql index cf6c5fdda6..00b20c8d33 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/schema.sql +++ b/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/schema.sql @@ -7,4 +7,4 @@ create table users ( create table authorities ( username varchar(256), authority varchar(256) -); \ No newline at end of file +); diff --git a/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/templates/login.html b/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/templates/login.html index 96b02cb7a3..cace46a360 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/templates/login.html +++ b/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/templates/login.html @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/spring-boot-samples/spring-boot-sample-webservices/src/main/resources/META-INF/schemas/hr.xsd b/spring-boot-samples/spring-boot-sample-webservices/src/main/resources/META-INF/schemas/hr.xsd index 2c32e433c4..b27b7bf48c 100644 --- a/spring-boot-samples/spring-boot-sample-webservices/src/main/resources/META-INF/schemas/hr.xsd +++ b/spring-boot-samples/spring-boot-sample-webservices/src/main/resources/META-INF/schemas/hr.xsd @@ -23,4 +23,4 @@ - \ No newline at end of file + diff --git a/spring-boot-test-autoconfigure/src/test/resources/org/springframework/boot/test/autoconfigure/jdbc/schema.sql b/spring-boot-test-autoconfigure/src/test/resources/org/springframework/boot/test/autoconfigure/jdbc/schema.sql index c7559fe8cc..8b9e6aede2 100644 --- a/spring-boot-test-autoconfigure/src/test/resources/org/springframework/boot/test/autoconfigure/jdbc/schema.sql +++ b/spring-boot-test-autoconfigure/src/test/resources/org/springframework/boot/test/autoconfigure/jdbc/schema.sql @@ -1 +1 @@ -create table example (id int, name varchar); \ No newline at end of file +create table example (id int, name varchar); diff --git a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-bar.json b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-bar.json index 6f07ce19ba..6404622bcf 100644 --- a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-bar.json +++ b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-bar.json @@ -62,4 +62,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-deprecated.json b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-deprecated.json index af288967e1..65137fc4ff 100644 --- a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-deprecated.json +++ b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-deprecated.json @@ -35,4 +35,4 @@ } } ] -} \ No newline at end of file +} diff --git a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-empty.json b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-empty.json index b42f309e7a..c8c4105eb5 100644 --- a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-empty.json +++ b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-empty.json @@ -1,3 +1,3 @@ { "foo": "bar" -} \ No newline at end of file +} diff --git a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-foo.json b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-foo.json index 74b1c57bfb..22fc37507c 100644 --- a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-foo.json +++ b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-foo.json @@ -56,4 +56,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-foo2.json b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-foo2.json index a57f4992cf..33e89c49c1 100644 --- a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-foo2.json +++ b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-foo2.json @@ -20,4 +20,4 @@ "sourceType": "org.acme.Foo2" } ] -} \ No newline at end of file +} diff --git a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-invalid.json b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-invalid.json index ca2f071115..1d6b5f5c5c 100644 --- a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-invalid.json +++ b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-invalid.json @@ -5,4 +5,4 @@ "sourceType": "org.acme.Invalid" } ] -} \ No newline at end of file +} diff --git a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-map.json b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-map.json index 599ed64f19..9901874b4b 100644 --- a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-map.json +++ b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-map.json @@ -76,4 +76,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-root.json b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-root.json index 8fced8db7c..9b3c0118f6 100644 --- a/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-root.json +++ b/spring-boot-tools/spring-boot-configuration-metadata/src/test/resources/metadata/configuration-metadata-root.json @@ -8,4 +8,4 @@ "name": "spring.root2.name" } ] -} \ No newline at end of file +} diff --git a/spring-boot-tools/spring-boot-configuration-processor/src/test/resources/org/springframework/boot/configurationsample/incremental/BarProperties.snippet b/spring-boot-tools/spring-boot-configuration-processor/src/test/resources/org/springframework/boot/configurationsample/incremental/BarProperties.snippet index a9f7727aa6..57ce101c56 100644 --- a/spring-boot-tools/spring-boot-configuration-processor/src/test/resources/org/springframework/boot/configurationsample/incremental/BarProperties.snippet +++ b/spring-boot-tools/spring-boot-configuration-processor/src/test/resources/org/springframework/boot/configurationsample/incremental/BarProperties.snippet @@ -6,4 +6,4 @@ public void setExtra(String extra) { this.extra = extra; - } \ No newline at end of file + } diff --git a/spring-boot-tools/spring-boot-loader/src/test/resources/root/META-INF/MANIFEST.MF b/spring-boot-tools/spring-boot-loader/src/test/resources/root/META-INF/MANIFEST.MF index e69de29bb2..8b13789179 100644 --- a/spring-boot-tools/spring-boot-loader/src/test/resources/root/META-INF/MANIFEST.MF +++ b/spring-boot-tools/spring-boot-loader/src/test/resources/root/META-INF/MANIFEST.MF @@ -0,0 +1 @@ + diff --git a/spring-boot/src/test/resources/activeprofilerepro-without-override.yml b/spring-boot/src/test/resources/activeprofilerepro-without-override.yml index 3c0a9e151f..2640af09e4 100644 --- a/spring-boot/src/test/resources/activeprofilerepro-without-override.yml +++ b/spring-boot/src/test/resources/activeprofilerepro-without-override.yml @@ -8,4 +8,4 @@ version: B --- spring.profiles: C version: C ---- \ No newline at end of file +--- diff --git a/spring-boot/src/test/resources/custom-location.yml b/spring-boot/src/test/resources/custom-location.yml index 60000ea232..69a6961599 100644 --- a/spring-boot/src/test/resources/custom-location.yml +++ b/spring-boot/src/test/resources/custom-location.yml @@ -1 +1 @@ -foo: ${fooValue} \ No newline at end of file +foo: ${fooValue} diff --git a/spring-boot/src/test/resources/testprofiles.yml b/spring-boot/src/test/resources/testprofiles.yml index 74af5c33c1..cb6cde27e6 100644 --- a/spring-boot/src/test/resources/testprofiles.yml +++ b/spring-boot/src/test/resources/testprofiles.yml @@ -11,4 +11,4 @@ my: spring: profiles: other my: - property: fromotherprofile \ No newline at end of file + property: fromotherprofile diff --git a/spring-boot/src/test/resources/testprofilesdocument.yml b/spring-boot/src/test/resources/testprofilesdocument.yml index 0093d6274c..f74b31e078 100644 --- a/spring-boot/src/test/resources/testprofilesdocument.yml +++ b/spring-boot/src/test/resources/testprofilesdocument.yml @@ -11,4 +11,4 @@ my: spring: profiles: other my: - property: fromotherprofile \ No newline at end of file + property: fromotherprofile diff --git a/spring-boot/src/test/resources/testsetmultiprofiles.yml b/spring-boot/src/test/resources/testsetmultiprofiles.yml index 462f9d8785..348c27211c 100644 --- a/spring-boot/src/test/resources/testsetmultiprofiles.yml +++ b/spring-boot/src/test/resources/testsetmultiprofiles.yml @@ -1,4 +1,4 @@ --- spring: profiles: - active: dev,healthcheck \ No newline at end of file + active: dev,healthcheck diff --git a/spring-boot/src/test/resources/testsetmultiprofileslist.yml b/spring-boot/src/test/resources/testsetmultiprofileslist.yml index 02deecd5ba..f537363160 100644 --- a/spring-boot/src/test/resources/testsetmultiprofileslist.yml +++ b/spring-boot/src/test/resources/testsetmultiprofileslist.yml @@ -3,4 +3,4 @@ spring: profiles: active: - dev - - healthcheck \ No newline at end of file + - healthcheck diff --git a/spring-boot/src/test/resources/testsetmultiprofileswhitespace.yml b/spring-boot/src/test/resources/testsetmultiprofileswhitespace.yml index 8b31dc528c..cbce97c510 100644 --- a/spring-boot/src/test/resources/testsetmultiprofileswhitespace.yml +++ b/spring-boot/src/test/resources/testsetmultiprofileswhitespace.yml @@ -1,4 +1,4 @@ --- spring: profiles: - active: dev, healthcheck \ No newline at end of file + active: dev, healthcheck diff --git a/spring-boot/src/test/resources/testsetprofiles.yml b/spring-boot/src/test/resources/testsetprofiles.yml index 4ec697ea3d..48c5f02a84 100644 --- a/spring-boot/src/test/resources/testsetprofiles.yml +++ b/spring-boot/src/test/resources/testsetprofiles.yml @@ -8,4 +8,4 @@ my: spring: profiles: dev my: - property: fromdevprofile \ No newline at end of file + property: fromdevprofile