application.yml 181 B

1234567891011
  1. spring:
  2. application:
  3. name: jeecg-system
  4. profiles:
  5. active: dev
  6. cdr:
  7. threadpool:
  8. corePoolSize: 6
  9. maxPoolSize: 100
  10. keepAliveSeconds: 60
  11. queueCapacity: 500