Created
October 18, 2019 12:03
-
-
Save j-tim/865e268f7d28d2641caccc9411f5762c to your computer and use it in GitHub Desktop.
Spring Boot 2.2 Immutable configuration properties example
This file contains hidden or 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
stock: | |
quote: | |
subscription: | |
endpoint: http://stockgeeks.io/api | |
enabled: true | |
apiKey: secret | |
subscriptionType: realtime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment