blog.voina.org
Voina Blog (a tech warrior's blog) #SpringBoot : Create a conditional Spring Boot Bean only if asked by an external configuration, not using @Conditional #Java
Usually Spring Boot beans are created automatically before the application start and autowired as needed. What if we need to create a Spring bean only if some configuration file requires it. This w…