Spring Boot - Multiple Yaml Files | Simple Programming

preview_player
Показать описание
Welcome to Simple Programming

In this example, let us see how to load multiple yaml files in spring boot application.

Profiles help to have different application configuration for different environments.
Рекомендации по теме
Комментарии
Автор

what do you do when you have 2 external yaml files?

prasharsh
Автор

What a terrifying misuse of Spring Profiles. Implement a PropertySourceFactory instead like everyone else. That way you wont be fired by using the kludge suggested here.

GerryMantha
Автор

How can we achieve yml files for multiple environments…ex: dev, qa, prod are the environments and we have to have different properties for them

sush
Автор

thank you for this content. i tried, but getting empty response. can u share this project please.

rakeshroshan
Автор

what is present BaseProperty class sir

anil