You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
328 B
7 lines
328 B
server.port=4503
|
|
# 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 |