본문 바로가기
Study Note/Java

Swagger2 #영어 깨짐 현상 해결

by 시뮝 2023. 1. 12.
728x90

Kotlin Spring 환경에 세팅된 Swagger2 화면에서 영어 깨짐 현상이 발견되었다.

 

URI: http://localhost:8080/swagger-ui

api/events/... => ​/api​/events​/...

 

UTF-8 인코딩 문제로 의심되어 열심히 찾던 중 의외의 방법으로 해결되었다.

URI: http://localhost:8080/swagger-ui/index.html

 

URI에 index.html 를 추가하니 제대로 출력되었다.

 

 

참고자료

https://github.com/springfox/springfox/issues/3544

728x90

댓글