Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
ZhangKuan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
张宽
ZhangKuan
Commits
a7b52cc5
Commit
a7b52cc5
authored
Oct 26, 2016
by
胡小根
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coding
parent
68922497
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
7 deletions
+31
-7
pom.xml
pom.xml
+31
-7
No files found.
pom.xml
View file @
a7b52cc5
...
...
@@ -50,17 +50,41 @@
</mybatis.generator.configurationFile>
</properties>
<!--<repositories>-->
<!--<!– 推荐使用oschina仓库 –>-->
<!--<repository>-->
<!--<id>nexus-osc</id>-->
<!--<url>http://maven.oschina.net/content/groups/public/</url>-->
<!--</repository>-->
<!--<repository>-->
<!--<id>nexus-osc-thirdparty</id>-->
<!--<url>http://maven.oschina.net/content/repositories/thirdparty/</url>-->
<!--</repository>-->
<!--</repositories>-->
<repositories>
<!-- 推荐使用oschina仓库 -->
<repository>
<id>
nexus-osc
</id>
<url>
http://maven.oschina.net/content/groups/public/
</url>
</repository>
<repository>
<id>
nexus-osc-thirdparty
</id>
<url>
http://maven.oschina.net/content/repositories/thirdparty/
</url>
<id>
aliyun-repository
</id>
<url>
http://maven.aliyun.com/nexus/content/groups/public/
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>
aliyun-repository
</id>
<url>
http://maven.aliyun.com/nexus/content/groups/public/
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<!--依赖-->
...
...
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