dtp-移除hippop4j依赖

This commit is contained in:
2025-08-27 13:44:35 +08:00
parent 75d3bca541
commit 99922e8630
15 changed files with 49 additions and 75 deletions

View File

@@ -1,6 +1,5 @@
package com.accompany.oauth2;
import cn.hippo4j.core.enable.EnableDynamicThreadPool;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.SpringBootConfiguration;
@@ -10,9 +9,6 @@ import org.springframework.context.annotation.ComponentScan;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;
;
@EnableDynamicThreadPool
@SpringBootApplication
@ComponentScan("com.accompany")
@ServletComponentScan(value = {"com.accompany", "com.xuanyin"})