How to pass a Map with application.yml when keys contain Latin Extended characters
Say, application.yml and a configuration class of the Spring Boot app look like the following
How to access values in application.properties defined in another file in Spring Boot
I want to outsource my Database Connection and credentials from application.properties and access them in my application.properties.