1、SpringBootService

Former-commit-id: f077a0ce47bce9bf7ad94eaf8fe79c9f8194374f
master
wangbing 5 years ago
parent 2aa6b1c95a
commit 8c7151f64a

@ -144,13 +144,6 @@
<artifactId>ojdbc8</artifactId>
<scope>runtime</scope>
</dependency>
<#--<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>-->
<#--</dependency>-->
</#if>
</dependencies>

@ -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>

Loading…
Cancel
Save

Powered by TurnKey Linux.