摘要: @EnableAsync //开启异步注解 ~@Async 配套 @EnableScheduling //开启定时功能的注解 ~@Scheduled 配套 @SpringBootApplication public class Springboot09TestApplication { public 阅读全文
posted @ 2023-01-16 23:10 西东怪 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1.依赖 <!--swagger--> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency> <d 阅读全文
posted @ 2023-01-16 22:58 西东怪 阅读(916) 评论(0) 推荐(0) 编辑
返回顶端