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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
jeecg-boot-parent/jeecg-boot-module-demo/pom.xml
+5
-2
jeecg-boot-parent/pom.xml
+6
-2
No files found.
jeecg-boot-parent/jeecg-boot-module-demo/pom.xml
View file @
04092c3e
...
@@ -16,6 +16,10 @@
...
@@ -16,6 +16,10 @@
<groupId>
org.jeecgframework.boot
</groupId>
<groupId>
org.jeecgframework.boot
</groupId>
<artifactId>
jeecg-boot-base-core
</artifactId>
<artifactId>
jeecg-boot-base-core
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
com.chanjx
</groupId>
<artifactId>
chanjx-utils
</artifactId>
</dependency>
<!--引入微服务启动依赖 starter
<!--引入微服务启动依赖 starter
<dependency>
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<groupId>org.jeecgframework.boot</groupId>
...
@@ -26,4 +30,4 @@
...
@@ -26,4 +30,4 @@
<artifactId>jeecg-boot-starter-job</artifactId>
<artifactId>jeecg-boot-starter-job</artifactId>
</dependency>-->
</dependency>-->
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
jeecg-boot-parent/pom.xml
View file @
04092c3e
...
@@ -291,6 +291,11 @@
...
@@ -291,6 +291,11 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<groupId>
com.chanjx
</groupId>
<artifactId>
chanjx-utils
</artifactId>
<version>
1.0.21
</version>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
...
@@ -421,4 +426,4 @@
...
@@ -421,4 +426,4 @@
</properties>
</properties>
</profile>
</profile>
</profiles>
</profiles>
</project>
</project>
\ 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