|
@@ -70,7 +70,7 @@ public class OpenApiVerifyService {
|
|
|
|
|
|
|
|
// 是否开启 openAPI验证
|
|
// 是否开启 openAPI验证
|
|
|
@Value("${openapi.openVerify}")
|
|
@Value("${openapi.openVerify}")
|
|
|
- public static final boolean openVerify = true;
|
|
|
|
|
|
|
+ public boolean openVerify = true;
|
|
|
|
|
|
|
|
//线程池
|
|
//线程池
|
|
|
ExecutorService executorService = Executors.newFixedThreadPool(SystemUtil.getCpuCoreCount() * 2);
|
|
ExecutorService executorService = Executors.newFixedThreadPool(SystemUtil.getCpuCoreCount() * 2);
|