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