Commit 7aca6bcc authored by Junling Bu's avatar Junling Bu
Browse files

fix: Spring Boot应该使用spring.messages.encoding

parent f047ee1e
spring: spring:
profiles: profiles:
active: db, core, admin active: db, core, admin
message: messages:
encoding: UTF-8 encoding: UTF-8
server: server:
......
spring: spring:
profiles: profiles:
active: db, core, admin, wx active: db, core, admin, wx
message: messages:
encoding: UTF-8 encoding: UTF-8
server: server:
......
spring: spring:
profiles: profiles:
active: core, db active: core, db
message: messages:
encoding: UTF-8 encoding: UTF-8
logging: logging:
......
spring: spring:
profiles: profiles:
active: db active: db
message: messages:
encoding: UTF-8 encoding: UTF-8
logging: logging:
......
spring: spring:
profiles: profiles:
active: db, core, wx active: db, core, wx
message: messages:
encoding: UTF-8 encoding: UTF-8
server: server:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment