Commit 194bef76 authored by liaozan's avatar liaozan 🏀

update archetype

parent 247e2cd0
......@@ -20,11 +20,11 @@
<dependencies>
<dependency>
<groupId>${groupId}</groupId>
<artifactId>${subModuleNamePrefix}-dao</artifactId>
<artifactId>${subModuleNamePrefix}-api</artifactId>
</dependency>
<dependency>
<groupId>${groupId}</groupId>
<artifactId>${subModuleNamePrefix}-api</artifactId>
<artifactId>${subModuleNamePrefix}-dao</artifactId>
</dependency>
<dependency>
<groupId>com.schbrain.framework</groupId>
......@@ -34,17 +34,13 @@
<groupId>com.schbrain.framework</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency>
</dependencies>
......
......@@ -35,6 +35,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment