Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-bi
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林锐标
slm-bi
Commits
42d6ebf4
Commit
42d6ebf4
authored
Mar 26, 2021
by
linruibiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理pom
parent
c9d47f2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
pom.xml
pom.xml
+4
-2
No files found.
pom.xml
View file @
42d6ebf4
...
@@ -33,6 +33,8 @@
...
@@ -33,6 +33,8 @@
<commons-io.version>
2.6
</commons-io.version>
<commons-io.version>
2.6
</commons-io.version>
<slf4j.version>
1.7.25
</slf4j.version>
<slf4j.version>
1.7.25
</slf4j.version>
<mybatis-plus.version>
3.3.2
</mybatis-plus.version>
<mybatis-plus.version>
3.3.2
</mybatis-plus.version>
<knife4j.version>
3.0.2
</knife4j.version>
<tx.version>
5.2.12.RELEASE
</tx.version>
</properties>
</properties>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
@@ -136,7 +138,7 @@
...
@@ -136,7 +138,7 @@
<dependency>
<dependency>
<groupId>
com.github.xiaoymin
</groupId>
<groupId>
com.github.xiaoymin
</groupId>
<artifactId>
knife4j-spring-boot-starter
</artifactId>
<artifactId>
knife4j-spring-boot-starter
</artifactId>
<version>
3.0.2
</version>
<version>
${knife4j.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
@@ -176,7 +178,7 @@
...
@@ -176,7 +178,7 @@
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-tx
</artifactId>
<artifactId>
spring-tx
</artifactId>
<version>
5.2.12.RELEASE
</version>
<version>
${tx.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
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