Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
matrix-sample
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mall
arch
matrix-sample
Commits
bf954b3b
Commit
bf954b3b
authored
Apr 08, 2020
by
liqiuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正
parent
41d0a5a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
pom.xml
matrix-sample-mybatis/matrix-sample-mybatis-biz/pom.xml
+4
-0
pom.xml
matrix-sample-mybatis/matrix-sample-mybatis-springboot/pom.xml
+4
-0
No files found.
matrix-sample-mybatis/matrix-sample-mybatis-biz/pom.xml
View file @
bf954b3b
...
...
@@ -25,6 +25,10 @@
<groupId>
com.secoo.mall
</groupId>
<artifactId>
matrix-mybatis-core
</artifactId>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
matrix-datasource-druid
</artifactId>
</dependency>
</dependencies>
<build>
<resources>
...
...
matrix-sample-mybatis/matrix-sample-mybatis-springboot/pom.xml
View file @
bf954b3b
...
...
@@ -23,6 +23,10 @@
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-configuration-processor
</artifactId>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
config-starter
</artifactId>
</dependency>
<!--接入日志组件-->
<dependency>
<groupId>
com.secoo.mall
</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