Skip to content

Commit

Permalink
Improve application.yml
Browse files Browse the repository at this point in the history
- Remove deprecated property
- Append server config
  • Loading branch information
geminiKim committed Apr 19, 2024
1 parent 9034b10 commit 53629a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion core/core-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ spring:
- logging.yml
- db-core.yml
- client-example.yml
mvc.throw-exception-if-no-handler-found: true
web.resources.add-mappings: false

server:
tomcat:
max-connections: 20000
threads:
max: 600
min-spare: 100

---
spring.config.activate.on-profile: local

Expand Down

0 comments on commit 53629a7

Please sign in to comment.