Skip to content

Commit 1b0e9d2

Browse files
author
Joey Yang
committed
fix typo
1 parent 865392d commit 1b0e9d2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
# Run application with specified config location:
22
# eg: java -jar app.jar --spring.config.location=src/main/resources/
33
# then, it just works !
4-
dynamic.hello-world: Hello @DynamicConfig Awesome !!!
5-
beta.enabled: false
4+
dynamic.hello-world: Hello @DynamicConfig
5+
# beta.enabled: false
66
some:
77
feature:
8-
beta-list: user1, user2, user3,
8+
beta-list: user1, user2, user3
99
dynamic:
1010
prop:
1111
str: Hello @ConfigurationProperties !
1212
map-val:
1313
k1: v1
14-
1514
k2: v2
1615
listVal:
1716
- 1
1817
- 2
1918
- 3
2019
nested:
21-
str: Hello Recursive ! Awesome !!!
20+
str: Hello Recursive !

0 commit comments

Comments
 (0)