提交 7c4bad5f 编写于 作者: Skyeye云's avatar Skyeye云

移除spring boot中mysql版本控制,方便不同版本MySQL使用

上级 f60df04a
......@@ -47,6 +47,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- activiti工作流 -->
......@@ -155,6 +161,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.34</version>
</dependency>
<!-- alibaba的druid数据库连接池 -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册