26 changed files with 34 additions and 26 deletions
@ -1 +1 @@
@@ -1 +1 @@
|
||||
spring.messages.basename:test/messages |
||||
spring.messages.basename:test/messages |
||||
|
||||
@ -1 +1 @@
@@ -1 +1 @@
|
||||
spring.messages.basename:test/messages |
||||
spring.messages.basename:test/messages |
||||
|
||||
@ -1 +1 @@
@@ -1 +1 @@
|
||||
foo=bar |
||||
foo=bar |
||||
|
||||
@ -1 +1 @@
@@ -1 +1 @@
|
||||
foo-foo=bar-bar |
||||
foo-foo=bar-bar |
||||
|
||||
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
loader.main: demo.Application |
||||
loader.path: etc/,lib,. |
||||
loader.path: etc/,lib,. |
||||
|
||||
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
foo: Application |
||||
loader.main: my.${foo} |
||||
loader.path: etc |
||||
loader.path: etc |
||||
|
||||
@ -1 +1 @@
@@ -1 +1 @@
|
||||
my.property=fromdevpropertiesfile |
||||
my.property=fromdevpropertiesfile |
||||
|
||||
@ -1 +1 @@
@@ -1 +1 @@
|
||||
bar: spam |
||||
bar: spam |
||||
|
||||
@ -1 +1 @@
@@ -1 +1 @@
|
||||
my.property=fromotherpropertiesfile |
||||
my.property=fromotherpropertiesfile |
||||
|
||||
@ -1 +1 @@
@@ -1 +1 @@
|
||||
my.property=specific |
||||
my.property=specific |
||||
|
||||
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
my.property=fromprofilepropertiesfile |
||||
the.property=fromprofilepropertiesfile |
||||
the.property=fromprofilepropertiesfile |
||||
|
||||
@ -1 +1 @@
@@ -1 +1 @@
|
||||
other.property=fromotherpropertiesfile |
||||
other.property=fromotherpropertiesfile |
||||
|
||||
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
my.property=frommorepropertiesfile |
||||
the.property=frommorepropertiesfile |
||||
the.property=frommorepropertiesfile |
||||
|
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
foo=bar |
||||
bar=override |
||||
SPAM=BUCKET |
||||
THE_NAME=NAME |
||||
THE_NAME=NAME |
||||
|
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
foo=spam |
||||
bar=some |
||||
spam=bucket |
||||
the-name=name |
||||
the-name=name |
||||
|
||||
@ -1 +1 @@
@@ -1 +1 @@
|
||||
my.property=root |
||||
my.property=root |
||||
|
||||
Loading…
Reference in new issue