spring-projects-experimental / spring-fu

Configuration DSLs for Spring Boot
Apache License 2.0
1.67k stars 139 forks source link

Kofu add enable configuration by ApplicationContextInitializer #346

Closed fteychene closed 3 years ago

fteychene commented 3 years ago

Add enable for ApplicationContextInitializer in Kofu ConfigurationDsl to match Jafu ConfigurationDsl.

This feature is already enabled in Jafu.

Fixes: #335