Commit b0ae4773 by huluobin

# fee

parent 934b6f59
......@@ -40,6 +40,7 @@
<swagger-models.version>1.5.21</swagger-models.version>
<pagehelper.spring.boot.starter>1.2.5</pagehelper.spring.boot.starter>
<easyexcel.version>2.1.1</easyexcel.version>
<mariadb-java-client.version>2.7.1</mariadb-java-client.version>
</properties>
<dependencyManagement>
......@@ -51,6 +52,13 @@
<version>${easyexcel.version}</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>${mariadb-java-client.version}</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
......
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