You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic used by the ApplicationPlugin to load the props should be extracted in order to be reusable when loading the seed-bootstrap.properties.
This will allow to use props with all the features for the bootstrap configuration and also reuse some configuration lookup. Common configuration already comes with sys and env lookup, but the env lookup should be replaced by the Seed one.
The text was updated successfully, but these errors were encountered:
Factorize the logic to load props/properties in SeedConfigLoader.
The same logic is now applyied to the seed-boostrap files. The
props format is now available.
Factorize the logic to load props/properties in SeedConfigLoader.
The same logic is now applyied to the seed-boostrap files. The
props format is now available.
The logic used by the ApplicationPlugin to load the props should be extracted in order to be reusable when loading the
seed-bootstrap.properties
.This will allow to use props with all the features for the bootstrap configuration and also reuse some configuration lookup. Common configuration already comes with
sys
andenv
lookup, but theenv
lookup should be replaced by the Seed one.The text was updated successfully, but these errors were encountered: