How to get a value from a custom configuration file?
0
Follow
0
View
How to get a value from a custom configuration file?
Spring Boot automatically loads application.yml and bootsrap.yml on startup, but in order to distinguish, Sometimes you need to define a profile from
, so how do you take values from a custom profile?