Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
property-management
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
property-management
Commits
04092c3e
Commit
04092c3e
authored
Mar 18, 2022
by
chenjunxiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build(server): 新增Jackson序列化规则配置
parent
6c57be68
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
jeecg-boot-parent/jeecg-boot-module-demo/pom.xml
+4
-0
jeecg-boot-parent/pom.xml
+5
-0
No files found.
jeecg-boot-parent/jeecg-boot-module-demo/pom.xml
View file @
04092c3e
...
...
@@ -16,6 +16,10 @@
<groupId>
org.jeecgframework.boot
</groupId>
<artifactId>
jeecg-boot-base-core
</artifactId>
</dependency>
<dependency>
<groupId>
com.chanjx
</groupId>
<artifactId>
chanjx-utils
</artifactId>
</dependency>
<!--引入微服务启动依赖 starter
<dependency>
<groupId>org.jeecgframework.boot</groupId>
...
...
jeecg-boot-parent/pom.xml
View file @
04092c3e
...
...
@@ -291,6 +291,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
com.chanjx
</groupId>
<artifactId>
chanjx-utils
</artifactId>
<version>
1.0.21
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
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