Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
matrix
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mall
arch
matrix
Commits
a72efeb8
Commit
a72efeb8
authored
Oct 31, 2019
by
qiuweili123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改依赖springboot方式
2.增加druid数据源支持
parent
fb55803a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
17 deletions
+28
-17
pom.xml
mybatis-starter/pom.xml
+4
-0
pom.xml
pom.xml
+24
-17
No files found.
mybatis-starter/pom.xml
View file @
a72efeb8
...
...
@@ -25,6 +25,10 @@
<artifactId>
mybatis-plus-boot-starter
</artifactId>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid-spring-boot-starter
</artifactId>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
</dependency>
...
...
pom.xml
View file @
a72efeb8
...
...
@@ -25,12 +25,7 @@
<module>
logger-starter
</module>
</modules>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.1.9.RELEASE
</version>
<relativePath/>
</parent>
<properties>
<java.version>
1.8
</java.version>
...
...
@@ -42,6 +37,15 @@
<dependencyManagement>
<dependencies>
<!-- Spring Boot -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-dependencies
</artifactId>
<version>
2.1.9.RELEASE
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<!--matrix-->
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
logger-starter
</artifactId>
...
...
@@ -153,8 +157,18 @@
<groupId>
com.baomidou
</groupId>
<artifactId>
mybatis-plus-boot-starter
</artifactId>
<version>
3.1.0
</version>
<exclusions>
<exclusion>
<artifactId>
HikariCP
</artifactId>
<groupId>
com.zaxxer
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid-spring-boot-starter
</artifactId>
<version>
1.1.20
</version>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
...
...
@@ -165,14 +179,7 @@
<artifactId>
guava
</artifactId>
<version>
20.0
</version>
</dependency>
<!--spring boot-->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-dependencies
</artifactId>
<version>
2.1.6.RELEASE
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<!-- Aapche Dubbo -->
<dependency>
<groupId>
org.apache.dubbo
</groupId>
...
...
@@ -316,4 +323,5 @@
</distributionManagement>
</project>
\ No newline at end of file
</project>
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