springBoot中配置线程池
线程池配置文件(application-threadPool.properties):#################【threadPool config】##################executor.corePoolSize=5executor.maxPoolSize=10executor.queueCapacity=20executor.keepAliveSeconds=60executor.threadNamePrefix=threadPoolExecutor线程池配置,