摘要: 1.注入到容器中 /** * 线程池配置 * * @date 2019年02月27日 */ @Configuration @PropertySource("classpath:/threadpool.properties") public class ExecutePoolConfiguration 阅读全文
posted @ 2020-11-09 16:14 ??,uunu 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1.springboot测试 1.使用的依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> 阅读全文
posted @ 2020-11-09 15:48 ??,uunu 阅读(122) 评论(0) 推荐(0) 编辑