From 8c7151f64afc5dabb5de1777beabc3a71d421d9c Mon Sep 17 00:00:00 2001 From: wangbing Date: Sun, 26 Apr 2020 10:37:13 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81SpringBootService?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: f077a0ce47bce9bf7ad94eaf8fe79c9f8194374f --- src/main/resources/modules/SpringBoot/pom.ftl | 7 ------- .../modules/SpringBootService/pom.ftl | 18 +++--------------- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/src/main/resources/modules/SpringBoot/pom.ftl b/src/main/resources/modules/SpringBoot/pom.ftl index b9bd30cb..bb67090c 100644 --- a/src/main/resources/modules/SpringBoot/pom.ftl +++ b/src/main/resources/modules/SpringBoot/pom.ftl @@ -144,13 +144,6 @@ ojdbc8 runtime - <#----> - <#--${basePackage}--> - <#--ojdbc--> - <#--0.0.1--> - <#--system--> - <#--${r'${project.basedir}/src/main/resources/lib/ojdbc7-12.1.0.2.jar'}--> - <#----> diff --git a/src/main/resources/modules/SpringBootService/pom.ftl b/src/main/resources/modules/SpringBootService/pom.ftl index 9622eca6..ac5d30a2 100644 --- a/src/main/resources/modules/SpringBootService/pom.ftl +++ b/src/main/resources/modules/SpringBootService/pom.ftl @@ -50,11 +50,6 @@ mybatis-spring-boot-starter - - org.mybatis.caches - mybatis-ehcache - - com.github.pagehelper @@ -107,11 +102,6 @@ test - - org.springframework.boot - spring-boot-starter-security - - net.sf.dozer dozer @@ -140,11 +130,9 @@ <#if dataBase == 'Oracle'> - ${basePackage} - ojdbc - 0.0.1 - system - ${r'${project.basedir}/src/main/resources/lib/ojdbc7-12.1.0.2.jar'} + com.oracle.ojdbc + ojdbc8 + runtime