spring-projects-experimental / spring-fu

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

Hybrid Application #393

Closed wakingrufus closed 2 weeks ago

wakingrufus commented 1 year ago

update gradle Introduce "hybrid" applications which allow kofu to be mixed with a traditional annotation context. This will assist codebases to migrate gradually, and/or still use boot libraries that don't support kofu

wakingrufus commented 1 year ago

I just discovered https://github.com/spring-projects/spring-boot/issues/8115 so ill read through that and see if i can incorporate ideas from there.