6 changed files with 35 additions and 14 deletions
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<configuration> |
||||
<include resource="org/springframework/boot/logging/logback/base.xml" /> |
||||
<springProperty scope="context" name="SIMPLE" source="testpropertyfoobar" defaultValue="foo"/> |
||||
<springProperty scope="context" name="MINE" source="my.example-property" defaultValue="bar"/> |
||||
</configuration> |
||||
@ -1,5 +0,0 @@
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<configuration> |
||||
<include resource="org/springframework/boot/logging/logback/base.xml" /> |
||||
<springProperty scope="context" name="MINE" defaultValue="foo"/> |
||||
</configuration> |
||||
@ -1,5 +1,6 @@
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<configuration> |
||||
<include resource="org/springframework/boot/logging/logback/base.xml" /> |
||||
<springProperty scope="context" name="SIMPLE" source="testpropertyfoobar"/> |
||||
<springProperty scope="context" name="MINE" source="my.example-property"/> |
||||
</configuration> |
||||
|
||||
Loading…
Reference in new issue