Skip to content

Commit

Permalink
Merge pull request #173 from survey-mate/hotfix/172
Browse files Browse the repository at this point in the history
hotfix: yml 한글 세팅 #172
  • Loading branch information
mingmingmon authored Feb 18, 2024
2 parents 6ac21ab + c570efa commit 49d646c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ jwt:
token-prefix: Bearer

server:
servlet:
encoding:
charset: UTF-8
enabled: true
force: true
port: ${PORT}

0 comments on commit 49d646c

Please sign in to comment.