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
b867873c
Commit
b867873c
authored
Jan 08, 2020
by
qiuweili123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
将mysql-java优先级调高
parent
6ae10dfe
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
pom.xml
matrix-datasource/pom.xml
+0
-5
pom.xml
pom.xml
+6
-0
No files found.
matrix-datasource/pom.xml
View file @
b867873c
...
@@ -33,11 +33,6 @@
...
@@ -33,11 +33,6 @@
<artifactId>
app-security-api
</artifactId>
<artifactId>
app-security-api
</artifactId>
<version>
1.0.6.RELEASE
</version>
<version>
1.0.6.RELEASE
</version>
</dependency>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
5.1.47
</version>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
<dependencies>
<dependencies>
...
...
pom.xml
View file @
b867873c
...
@@ -33,7 +33,13 @@
...
@@ -33,7 +33,13 @@
<dependencyManagement>
<dependencyManagement>
<!--在spring boot相关包前置,规定引入顺序 -->
<dependencies>
<dependencies>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
5.1.47
</version>
</dependency>
<!-- Spring Boot -->
<!-- Spring Boot -->
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
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