ソースを参照

高并发投票

孙永军 1 年間 前
コミット
9211feeea4
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/main/java/com/smcic/SspServerApplication.java

+ 0 - 1
src/main/java/com/smcic/SspServerApplication.java

@@ -9,7 +9,6 @@ import org.springframework.scheduling.annotation.EnableScheduling;
 @SpringBootApplication
 @MapperScan("com.smcic")
 @EnableScheduling
-@EnableAsync
 public class SspServerApplication {
 
     public static void main(String[] args) {