application.yml 292 B

12345678910111213141516
  1. # 开发环境配置
  2. server:
  3. # 服务器的HTTP端口,默认为
  4. port: 7114
  5. tomcat:
  6. max-connections: 1000000
  7. max-threads: 32
  8. connection-timeout: 600000
  9. accept-count: 10000
  10. compression:
  11. enabled: true
  12. # Spring配置
  13. spring:
  14. profiles:
  15. active: druid-bjzm-test