Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
holmes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
holmes
Commits
82d0519e
Commit
82d0519e
authored
May 19, 2021
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增spring jackson配置
parent
62232f7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
application.yml
src/main/resources/application.yml
+6
-1
No files found.
src/main/resources/application.yml
View file @
82d0519e
...
...
@@ -26,4 +26,9 @@ mybatis-plus:
mapper-locations
:
classpath:mapper/*/*.xml
type-aliases-package
:
cn.qg.holmes.entity
configuration
:
map-underscore-to-camel-case
:
true
\ No newline at end of file
map-underscore-to-camel-case
:
true
spring
:
jackson
:
date-format
:
yyyy-MM-dd HH:mm:ss
time-zone
:
GMT+8
\ No newline at end of file
Write
Preview
Markdown
is supported
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