1、SpringBootService

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

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.