From de8b58925b48e98865a06b447680fe6fed865a4d Mon Sep 17 00:00:00 2001 From: liaozan Date: Fri, 15 Apr 2022 11:33:07 +0800 Subject: [PATCH] chore: remove druid-spring-boot-starter since it has been built in mybatis-spring-boot-starter --- .../archetype-resources/__subModuleNamePrefix__-dao/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/resources/archetype-resources/__subModuleNamePrefix__-dao/pom.xml b/src/main/resources/archetype-resources/__subModuleNamePrefix__-dao/pom.xml index 2ca72a1..35af7e0 100644 --- a/src/main/resources/archetype-resources/__subModuleNamePrefix__-dao/pom.xml +++ b/src/main/resources/archetype-resources/__subModuleNamePrefix__-dao/pom.xml @@ -26,10 +26,6 @@ com.schbrain.framework mybatis-spring-boot-starter - - com.alibaba - druid-spring-boot-starter - \ No newline at end of file -- GitLab