摘要: @Component // 注入为spring bean public class TestMsg{ private static final Logger logger = LoggerFactory.getLogger(TestMsg.class); @Autowired private TestService testService; private sta... 阅读全文
posted @ 2019-02-20 18:21 jinwenb 阅读(629) 评论(0) 推荐(0) 编辑