spring-projects-experimental / spring-fu

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

Clarify and fix how bean naming/override works #359

Open sdeleuze opened 3 years ago

sdeleuze commented 3 years ago

Currently in a few places we are invoking BeanDefinitionReaderUtils.uniqueBeanName() "manually" to generate a unique bean name in order to have multiple beans (see for example for having multiple routers here).

It would be nice to be analyze more closely what Spring Boot does