Commit 460ca75f authored by Phillip Webb's avatar Phillip Webb

Polish newline at end of file

parent d09805fd
...@@ -17,4 +17,5 @@ ...@@ -17,4 +17,5 @@
/** /**
* {@code @Condition} annotations and supporting classes. * {@code @Condition} annotations and supporting classes.
*/ */
package org.springframework.boot.actuate.condition; package org.springframework.boot.actuate.condition;
\ No newline at end of file
...@@ -17,4 +17,5 @@ ...@@ -17,4 +17,5 @@
/** /**
* Auto-configuration for admin-related features. * Auto-configuration for admin-related features.
*/ */
package org.springframework.boot.autoconfigure.admin; package org.springframework.boot.autoconfigure.admin;
\ No newline at end of file
...@@ -17,4 +17,5 @@ ...@@ -17,4 +17,5 @@
/** /**
* Auto-configuration for the cache abstraction. * Auto-configuration for the cache abstraction.
*/ */
package org.springframework.boot.autoconfigure.cache; package org.springframework.boot.autoconfigure.cache;
\ No newline at end of file
...@@ -17,4 +17,5 @@ ...@@ -17,4 +17,5 @@
/** /**
* Auto-configuration for the Spring context. * Auto-configuration for the Spring context.
*/ */
package org.springframework.boot.autoconfigure.context; package org.springframework.boot.autoconfigure.context;
\ No newline at end of file
...@@ -17,4 +17,5 @@ ...@@ -17,4 +17,5 @@
/** /**
* Auto-configuration for Hazelcast. * Auto-configuration for Hazelcast.
*/ */
package org.springframework.boot.autoconfigure.hazelcast; package org.springframework.boot.autoconfigure.hazelcast;
\ No newline at end of file
...@@ -17,4 +17,5 @@ ...@@ -17,4 +17,5 @@
/** /**
* Auto-configuration for JOOQ. * Auto-configuration for JOOQ.
*/ */
package org.springframework.boot.autoconfigure.jooq; package org.springframework.boot.autoconfigure.jooq;
\ No newline at end of file
...@@ -17,4 +17,5 @@ ...@@ -17,4 +17,5 @@
/** /**
* Auto-configuration for transaction suport. * Auto-configuration for transaction suport.
*/ */
package org.springframework.boot.autoconfigure.transaction; package org.springframework.boot.autoconfigure.transaction;
\ No newline at end of file
spring.messages.basename:test/messages spring.messages.basename:test/messages
\ No newline at end of file
...@@ -5,4 +5,4 @@ spring.social.twitter.appId: twid ...@@ -5,4 +5,4 @@ spring.social.twitter.appId: twid
spring.social.twitter.appSecret: twsecret spring.social.twitter.appSecret: twsecret
spring.social.linkedin.appId: liid spring.social.linkedin.appId: liid
spring.social.linkedin.appSecret: lisecret spring.social.linkedin.appSecret: lisecret
spring.hornetq.embedded.enabled: false spring.hornetq.embedded.enabled: false
\ No newline at end of file
spring.messages.basename:test/messages spring.messages.basename:test/messages
\ No newline at end of file
...@@ -17,4 +17,5 @@ ...@@ -17,4 +17,5 @@
/** /**
* Spring Boot configuration meta-data parser. * Spring Boot configuration meta-data parser.
*/ */
package org.springframework.boot.configurationmetadata; package org.springframework.boot.configurationmetadata;
\ No newline at end of file
loader.main: demo.Application loader.main: demo.Application
loader.path: etc/,lib,. loader.path: etc/,lib,.
\ No newline at end of file
foo: Application foo: Application
loader.main: my.${foo} loader.main: my.${foo}
loader.path: etc loader.path: etc
\ No newline at end of file
my.property=fromdevpropertiesfile my.property=fromdevpropertiesfile
\ No newline at end of file
my.property=fromotherpropertiesfile my.property=fromotherpropertiesfile
\ No newline at end of file
my.property=specific my.property=specific
\ No newline at end of file
my.property=fromprofilepropertiesfile my.property=fromprofilepropertiesfile
the.property=fromprofilepropertiesfile the.property=fromprofilepropertiesfile
\ No newline at end of file
other.property=fromotherpropertiesfile other.property=fromotherpropertiesfile
\ No newline at end of file
my.property=frommorepropertiesfile my.property=frommorepropertiesfile
the.property=frommorepropertiesfile the.property=frommorepropertiesfile
\ No newline at end of file
foo=bar foo=bar
bar=override bar=override
SPAM=BUCKET SPAM=BUCKET
THE_NAME=NAME THE_NAME=NAME
\ No newline at end of file
foo=spam foo=spam
bar=some bar=some
spam=bucket spam=bucket
the-name=name the-name=name
\ No newline at end of file
my.property=root my.property=root
\ No newline at end of file
my.property=fromspecificlocation my.property=fromspecificlocation
the.property=fromspecificlocation the.property=fromspecificlocation
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment