Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
chnmuseum-party
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
liqin
chnmuseum-party
Commits
872783ad
Commit
872783ad
authored
Mar 18, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
b7aafeca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
pom.xml
pom.xml
+10
-7
No files found.
pom.xml
View file @
872783ad
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-devtools
</artifactId>
<artifactId>
spring-boot-devtools
</artifactId>
<scope>
test
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<version>
2.1.4
</version>
<version>
2.1.4
</version>
</dependency>
</dependency>
<!-- Mapper -->
<!--
General
Mapper -->
<dependency>
<dependency>
<groupId>
com.baomidou
</groupId>
<groupId>
com.baomidou
</groupId>
<artifactId>
mybatis-plus-boot-starter
</artifactId>
<artifactId>
mybatis-plus-boot-starter
</artifactId>
...
@@ -97,6 +97,7 @@
...
@@ -97,6 +97,7 @@
<artifactId>
commons-fileupload
</artifactId>
<artifactId>
commons-fileupload
</artifactId>
<version>
1.4
</version>
<version>
1.4
</version>
</dependency>
</dependency>
<!-- DB Connction Pool -->
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid-spring-boot-starter
</artifactId>
<artifactId>
druid-spring-boot-starter
</artifactId>
...
@@ -113,7 +114,7 @@
...
@@ -113,7 +114,7 @@
<version>
1.27.0.0
</version>
<version>
1.27.0.0
</version>
</dependency>
</dependency>
<!-- Swagger2 -->
<!-- Swagger2
Document
-->
<dependency>
<dependency>
<groupId>
io.springfox
</groupId>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-swagger2
</artifactId>
<artifactId>
springfox-swagger2
</artifactId>
...
@@ -189,7 +190,7 @@
...
@@ -189,7 +190,7 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<!-- Chinese
i
deograph To PinYin -->
<!-- Chinese
I
deograph To PinYin -->
<dependency>
<dependency>
<groupId>
com.github.stuxuhai
</groupId>
<groupId>
com.github.stuxuhai
</groupId>
<artifactId>
jpinyin
</artifactId>
<artifactId>
jpinyin
</artifactId>
...
@@ -200,27 +201,29 @@
...
@@ -200,27 +201,29 @@
<groupId>
org.apache.velocity
</groupId>
<groupId>
org.apache.velocity
</groupId>
<artifactId>
velocity-engine-core
</artifactId>
<artifactId>
velocity-engine-core
</artifactId>
<version>
2.3
</version>
<version>
2.3
</version>
<scope>
provided
</scope>
</dependency>
</dependency>
<!--
二维码相关jar包 start
-->
<!--
QR Generator
-->
<dependency>
<dependency>
<groupId>
com.google.zxing
</groupId>
<groupId>
com.google.zxing
</groupId>
<artifactId>
javase
</artifactId>
<artifactId>
javase
</artifactId>
<version>
3.4.1
</version>
<version>
3.4.1
</version>
</dependency>
</dependency>
<!-- Emoji Support -->
<dependency>
<dependency>
<groupId>
com.vdurmont
</groupId>
<groupId>
com.vdurmont
</groupId>
<artifactId>
emoji-java
</artifactId>
<artifactId>
emoji-java
</artifactId>
<version>
5.1.1
</version>
<version>
5.1.1
</version>
</dependency>
</dependency>
<!-- hutool工具类-->
<dependency>
<dependency>
<groupId>
cn.hutool
</groupId>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-all
</artifactId>
<artifactId>
hutool-all
</artifactId>
<version>
4.6.17
</version>
<version>
5.6.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<artifactId>
lombok
</artifactId>
<scope>
provided
</scope>
</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