spring-plugin
spring-plugin copied to clipboard
Spring Boot automatic plugin bean registration
When I am playing with Spring Plugin in here: https://github.com/WesternGun/spring-plugin-example-promotions
I found that I must manually registry the plugin beans in the @Configuration class with @EnablePluginRegistries, and I cannot just annotate the beans with @Component.
Will you support automatic scan of beans?