rgoers opened a new issue, #1:
URL: https://github.com/apache/flume-spring-boot/issues/1

   It seems that having a Spring ApplicationContextInitializer that preforms a 
registry scan prevents Spring Boot from initializing Spring Cloud. A better 
approach is to simply require the application to include a spring.factories 
file that contans
   
   ```
   
org.springframework.boot.autoconfigure.EnableAutoConfiguration=my.config.ConfigClass
   ```
   where ConfigClass is declared with @Configuration and @ComponentScan to 
cause other components in the application to be registered.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@flume.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to