Polish newline at end of file
This commit is contained in:
parent
d09805fd75
commit
460ca75fce
|
|
@ -17,4 +17,5 @@
|
|||
/**
|
||||
* {@code @Condition} annotations and supporting classes.
|
||||
*/
|
||||
package org.springframework.boot.actuate.condition;
|
||||
package org.springframework.boot.actuate.condition;
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,5 @@
|
|||
/**
|
||||
* Auto-configuration for admin-related features.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.admin;
|
||||
package org.springframework.boot.autoconfigure.admin;
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,5 @@
|
|||
/**
|
||||
* Auto-configuration for the cache abstraction.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.cache;
|
||||
package org.springframework.boot.autoconfigure.cache;
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,5 @@
|
|||
/**
|
||||
* Auto-configuration for the Spring context.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.context;
|
||||
package org.springframework.boot.autoconfigure.context;
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,5 @@
|
|||
/**
|
||||
* Auto-configuration for Hazelcast.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.hazelcast;
|
||||
package org.springframework.boot.autoconfigure.hazelcast;
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,5 @@
|
|||
/**
|
||||
* Auto-configuration for JOOQ.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.jooq;
|
||||
package org.springframework.boot.autoconfigure.jooq;
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,5 @@
|
|||
/**
|
||||
* Auto-configuration for transaction suport.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.transaction;
|
||||
package org.springframework.boot.autoconfigure.transaction;
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
spring.messages.basename:test/messages
|
||||
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
|
||||
spring.hornetq.embedded.enabled: false
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
spring.messages.basename:test/messages
|
||||
spring.messages.basename:test/messages
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
foo=bar
|
||||
foo=bar
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
foo-foo=bar-bar
|
||||
foo-foo=bar-bar
|
||||
|
|
|
|||
|
|
@ -17,4 +17,5 @@
|
|||
/**
|
||||
* Spring Boot configuration meta-data parser.
|
||||
*/
|
||||
package org.springframework.boot.configurationmetadata;
|
||||
package org.springframework.boot.configurationmetadata;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
loader.main: demo.Application
|
||||
loader.path: etc/,lib,.
|
||||
loader.path: etc/,lib,.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
foo: Application
|
||||
loader.main: my.${foo}
|
||||
loader.path: etc
|
||||
loader.path: etc
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
my.property=fromdevpropertiesfile
|
||||
my.property=fromdevpropertiesfile
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
bar: spam
|
||||
bar: spam
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
my.property=fromotherpropertiesfile
|
||||
my.property=fromotherpropertiesfile
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
my.property=specific
|
||||
my.property=specific
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
my.property=fromprofilepropertiesfile
|
||||
the.property=fromprofilepropertiesfile
|
||||
the.property=fromprofilepropertiesfile
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
other.property=fromotherpropertiesfile
|
||||
other.property=fromotherpropertiesfile
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
my.property=frommorepropertiesfile
|
||||
the.property=frommorepropertiesfile
|
||||
the.property=frommorepropertiesfile
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
foo=bar
|
||||
bar=override
|
||||
SPAM=BUCKET
|
||||
THE_NAME=NAME
|
||||
THE_NAME=NAME
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
foo=spam
|
||||
bar=some
|
||||
spam=bucket
|
||||
the-name=name
|
||||
the-name=name
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
my.property=root
|
||||
my.property=root
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
my.property=fromspecificlocation
|
||||
the.property=fromspecificlocation
|
||||
the.property=fromspecificlocation
|
||||
|
|
|
|||
Loading…
Reference in New Issue