Skip to content

Commit

Permalink
setup application spring config
Browse files Browse the repository at this point in the history
  • Loading branch information
seungh0 committed Jul 4, 2024
1 parent 9e06f12 commit a2de571
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cadio-web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
server:
port: 20000
shutdown: graceful
servlet:
encoding:
charset: UTF-8
force: true
tomcat:
threads:
max: 500

spring:
main:
web-application-type: servlet

0 comments on commit a2de571

Please sign in to comment.