forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check naming strategy in Spring Boot properties quarkusio#12483
- Loading branch information
Gytis Trikleris
committed
Oct 6, 2020
1 parent
9f50a07
commit d8c204a
Showing
2 changed files
with
29 additions
and
25 deletions.
There are no files selected for viewing
48 changes: 26 additions & 22 deletions
48
...n/java/io/quarkus/spring/boot/properties/deployment/ConfigurationPropertiesProcessor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
integration-tests/spring-boot-properties/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cl.value=class-value | ||
cl.anotherClass.value=true | ||
cl.another-class.value=true | ||
bean.value=1 | ||
bean.innerClass.value=inner-class-value | ||
interface.value=interface-value | ||
bean.inner-class.value=inner-class-value | ||
interface.value=interface-value |