Skip to content

Commit

Permalink
Merge pull request #108 from zeze1004/fix/setting-utf-8
Browse files Browse the repository at this point in the history
[#106] utf-8 인코딩 설정 추가
  • Loading branch information
zeze1004 authored Jun 16, 2024
2 parents 288f758 + ee1ea89 commit c4fb898
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ mybatis:
configuration:
map-underscore-to-camel-case: true
type-handlers-package: org.wedding.adapter.out.persistence.mybatis
server:
servlet:
encoding:
charset: UTF-8
enabled: true
force: true

---

Expand Down Expand Up @@ -52,3 +58,9 @@ mybatis:
configuration:
map-underscore-to-camel-case: true
type-handlers-package: org.wedding.adapter.out.persistence.mybatis
server:
servlet:
encoding:
charset: UTF-8
enabled: true
force: true

0 comments on commit c4fb898

Please sign in to comment.