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

Polish newline at end of file

parent d09805fd
......@@ -17,4 +17,5 @@
/**
* {@code @Condition} annotations and supporting classes.
*/
package org.springframework.boot.actuate.condition;
\ No newline at end of file
package org.springframework.boot.actuate.condition;
......@@ -17,4 +17,5 @@
/**
* Auto-configuration for admin-related features.
*/
package org.springframework.boot.autoconfigure.admin;
\ No newline at end of file
package org.springframework.boot.autoconfigure.admin;
......@@ -17,4 +17,5 @@
/**
* Auto-configuration for the cache abstraction.
*/
package org.springframework.boot.autoconfigure.cache;
\ No newline at end of file
package org.springframework.boot.autoconfigure.cache;
......@@ -17,4 +17,5 @@
/**
* Auto-configuration for the Spring context.
*/
package org.springframework.boot.autoconfigure.context;
\ No newline at end of file
package org.springframework.boot.autoconfigure.context;
......@@ -17,4 +17,5 @@
/**
* Auto-configuration for Hazelcast.
*/
package org.springframework.boot.autoconfigure.hazelcast;
\ No newline at end of file
package org.springframework.boot.autoconfigure.hazelcast;
......@@ -17,4 +17,5 @@
/**
* Auto-configuration for JOOQ.
*/
package org.springframework.boot.autoconfigure.jooq;
\ No newline at end of file
package org.springframework.boot.autoconfigure.jooq;
......@@ -17,4 +17,5 @@
/**
* Auto-configuration for transaction suport.
*/
package org.springframework.boot.autoconfigure.transaction;
\ No newline at end of file
package org.springframework.boot.autoconfigure.transaction;
spring.messages.basename:test/messages
\ No newline at end of file
spring.messages.basename:test/messages
......@@ -5,4 +5,4 @@ spring.social.twitter.appId: twid
spring.social.twitter.appSecret: twsecret
spring.social.linkedin.appId: liid
spring.social.linkedin.appSecret: lisecret
spring.hornetq.embedded.enabled: false
\ No newline at end of file
spring.hornetq.embedded.enabled: false
spring.messages.basename:test/messages
\ No newline at end of file
spring.messages.basename:test/messages
......@@ -17,4 +17,5 @@
/**
* Spring Boot configuration meta-data parser.
*/
package org.springframework.boot.configurationmetadata;
\ No newline at end of file
package org.springframework.boot.configurationmetadata;
loader.main: demo.Application
loader.path: etc/,lib,.
\ No newline at end of file
loader.path: etc/,lib,.
foo: Application
loader.main: my.${foo}
loader.path: etc
\ No newline at end of file
loader.path: etc
my.property=fromdevpropertiesfile
\ No newline at end of file
my.property=fromdevpropertiesfile
my.property=fromotherpropertiesfile
\ No newline at end of file
my.property=fromotherpropertiesfile
my.property=specific
\ No newline at end of file
my.property=specific
my.property=fromprofilepropertiesfile
the.property=fromprofilepropertiesfile
\ No newline at end of file
the.property=fromprofilepropertiesfile
other.property=fromotherpropertiesfile
\ No newline at end of file
other.property=fromotherpropertiesfile
my.property=frommorepropertiesfile
the.property=frommorepropertiesfile
\ No newline at end of file
the.property=frommorepropertiesfile
foo=bar
bar=override
SPAM=BUCKET
THE_NAME=NAME
\ No newline at end of file
THE_NAME=NAME
foo=spam
bar=some
spam=bucket
the-name=name
\ No newline at end of file
the-name=name
my.property=root
\ No newline at end of file
my.property=root
my.property=fromspecificlocation
the.property=fromspecificlocation
\ No newline at end of file
the.property=fromspecificlocation
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