How to use beans from @Import class from an inherited class?

前端 未结 0 1271
半阙折子戏
半阙折子戏 2021-01-04 12:10

I have a config class B which uses the @Import annotation to import config class A, in this manner

@Configuration
@Import({A.class})
public class B {
...
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题