摘要:
基本上是版本问题 springboot3.0.4 +pagehelper-starter1.4.6可以 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artif 阅读全文
摘要:
1. 自定义yml属性配置 thread: pool: corePoolSize: 5 maxPoolSize: 10 queueCapacity: 10 keepAliveSeconds: 120 2.自定义线程池配置类 @Configuration //配置类 @EnableAsync //开线 阅读全文