修改pom
parent
c2b70e5c5c
commit
e11580d5bb
3
pom.xml
3
pom.xml
|
|
@ -19,6 +19,7 @@
|
|||
<druid.version>1.1.8</druid.version>
|
||||
<poi.version>3.17</poi.version>
|
||||
<jwt.version>0.9.0</jwt.version>
|
||||
<mybatis.version>1.3.1</mybatis.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
@ -74,7 +75,7 @@
|
|||
<dependency>
|
||||
<groupId>org.mybatis.spring.boot</groupId>
|
||||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||||
<version>1.3.1</version>
|
||||
<version>${mybatis.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue