2020-07-21 04:30:37 +09:00
|
|
|
server.port=4503
|
2020-07-20 05:40:04 +09:00
|
|
|
# Charset of HTTP requests and responses. Added to the "Content-Type" header if not set explicitly.
|
|
|
|
spring.http.encoding.charset=UTF-8
|
|
|
|
# Enable http encoding support.
|
|
|
|
spring.http.encoding.enabled=true
|
|
|
|
# Force the encoding to the configured charset on HTTP requests and responses.
|
|
|
|
spring.http.encoding.force=true
|