diff --git a/uboot-common/src/main/resources/application.properties b/uboot-common/src/main/resources/application.properties index 7095742..9b89955 100644 --- a/uboot-common/src/main/resources/application.properties +++ b/uboot-common/src/main/resources/application.properties @@ -1 +1,6 @@ -spring.main.allow-bean-definition-overriding=true \ No newline at end of file +spring.main.allow-bean-definition-overriding=true +async.thead.pool.coreSize=8 +async.thead.pool.maxSize=20 +async.thead.pool.queueCapacity=9999 +async.thead.pool.keepAlive=300 +async.thead.pool.threadNamePrefix=ebtp- \ No newline at end of file