摘要:
1、错误信息: Java 8 date/time type java.time.Duration not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enab 阅读全文
摘要:
1、@Async是SpringBoot自带的一个执行步任务注解 @EnableAsync // 开启异步 @SpringBootApplication public class Application { public static void main(String[] args) { Spring 阅读全文