摘要: 异步任务 使用方法: 在main里边加@EnableAsync 开启异步功能 @SpringBootApplication@EnableAsyncpublic class SwaggerApplication {​ public static void main(String[] args) { S 阅读全文
posted @ 2020-04-12 15:11 坚持_第一天 阅读(271) 评论(0) 推荐(0)