|
@ -117,6 +117,17 @@
|
|
|
<groupId>com.yihu</groupId>
|
|
|
<artifactId>mysql-starter</artifactId>
|
|
|
<version>2.0.0</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
<artifactId>tomcat-jdbc</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
<!-- <scope>runtime</scope> -->
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu</groupId>
|