spring-projects / spring-plugin

Apache License 2.0
441 stars 117 forks source link

Spring Boot automatic plugin bean registration #74

Open WesternGun opened 4 years ago

WesternGun commented 4 years ago

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?