Commit a32a733f authored by liaozan's avatar liaozan 🏀

Initial commit

parent 07699c64
......@@ -39,6 +39,9 @@
<!-- database related -->
<mybatis-plus.version>3.4.3.4</mybatis-plus.version>
<druid.version>1.2.8</druid.version>
<!-- 5.x for jdk11, 4.x for jdk8-->
<hikaricp.version>5.0.0</hikaricp.version>
<!-- dubbo related -->
<dubbo.version>3.0.4</dubbo.version>
......@@ -171,6 +174,16 @@
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>${mybatis-plus.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>${druid.version}</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>${hikaricp.version}</version>
</dependency>
<!-- apollo -->
<dependency>
<groupId>com.ctrip.framework.apollo</groupId>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment