application.yml 194 B

123456789101112
  1. server:
  2. port: 6003
  3. tomcat:
  4. max-http-form-post-size: 4MB
  5. spring:
  6. application:
  7. name: file-service
  8. profiles:
  9. active: @profile.active@
  10. threads:
  11. virtual:
  12. enabled: true