Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
7aca6bcc
Commit
7aca6bcc
authored
Jan 09, 2019
by
Junling Bu
Browse files
fix: Spring Boot应该使用spring.messages.encoding
parent
f047ee1e
Changes
5
Hide whitespace changes
Inline
Side-by-side
litemall-admin-api/src/main/resources/application.yml
View file @
7aca6bcc
spring
:
profiles
:
active
:
db, core, admin
message
:
message
s
:
encoding
:
UTF-8
server
:
...
...
litemall-all/src/main/resources/application.yml
View file @
7aca6bcc
spring
:
profiles
:
active
:
db, core, admin, wx
message
:
message
s
:
encoding
:
UTF-8
server
:
...
...
litemall-core/src/main/resources/application.yml
View file @
7aca6bcc
spring
:
profiles
:
active
:
core, db
message
:
message
s
:
encoding
:
UTF-8
logging
:
...
...
litemall-db/src/main/resources/application.yml
View file @
7aca6bcc
spring
:
profiles
:
active
:
db
message
:
message
s
:
encoding
:
UTF-8
logging
:
...
...
litemall-wx-api/src/main/resources/application.yml
View file @
7aca6bcc
spring
:
profiles
:
active
:
db, core, wx
message
:
message
s
:
encoding
:
UTF-8
server
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment