摘要: @Configuration class CommonContext { @Bean public MyBolt myBolt() { return new MyBolt(); } } ... @Configuration @Import(CommonContext.class) class ATopologyContext { // ... } @Config... 阅读全文
posted @ 2018-03-26 17:04 tonggc1668 阅读(142) 评论(0) 推荐(0)