Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
f4613006
Commit
f4613006
authored
May 08, 2020
by
铭飞
Committed by
Gitee
May 08, 2020
Browse files
!229 阿里云中央仓库
Merge pull request !229 from 测试哥/5.0.1
parents
72a69964
e258f234
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
f4613006
...
...
@@ -51,6 +51,21 @@
<java.version>
1.8
</java.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<repositories>
<!--阿里云中央仓库-->
<repository>
<id>
maven-ali
</id>
<url>
http://maven.aliyun.com/nexus/content/groups/public/
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
<updatePolicy>
always
</updatePolicy>
<checksumPolicy>
fail
</checksumPolicy>
</snapshots>
</repository>
</repositories>
<dependencies>
<!-- 如果使用的是mysql8.0需要使用8.0的驱动 -->
<!-- <dependency>-->
...
...
@@ -293,4 +308,4 @@
<finalName>
ms-mcms
</finalName>
</build>
</project>
</project>
\ No newline at end of file
Write
Preview
Supports
Markdown
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