|
|
|
@ -50,11 +50,6 @@
|
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mybatis.caches</groupId>
|
|
|
|
|
<artifactId>mybatis-ehcache</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- mybatis 分页插件 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
|
@ -107,11 +102,6 @@
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.dozer</groupId>
|
|
|
|
|
<artifactId>dozer</artifactId>
|
|
|
|
@ -140,11 +130,9 @@
|
|
|
|
|
|
|
|
|
|
<#if dataBase == 'Oracle'>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>${basePackage}</groupId>
|
|
|
|
|
<artifactId>ojdbc</artifactId>
|
|
|
|
|
<version>0.0.1</version>
|
|
|
|
|
<scope>system</scope>
|
|
|
|
|
<systemPath>${r'${project.basedir}/src/main/resources/lib/ojdbc7-12.1.0.2.jar'}</systemPath>
|
|
|
|
|
<groupId>com.oracle.ojdbc</groupId>
|
|
|
|
|
<artifactId>ojdbc8</artifactId>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
</#if>
|
|
|
|
|
</dependencies>
|
|
|
|
|