Commit 194bef76 authored by liaozan's avatar liaozan 🏀

update archetype

parent 247e2cd0
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>${groupId}</groupId> <groupId>${groupId}</groupId>
<artifactId>${subModuleNamePrefix}-dao</artifactId> <artifactId>${subModuleNamePrefix}-api</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>${groupId}</groupId> <groupId>${groupId}</groupId>
<artifactId>${subModuleNamePrefix}-api</artifactId> <artifactId>${subModuleNamePrefix}-dao</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.schbrain.framework</groupId> <groupId>com.schbrain.framework</groupId>
...@@ -34,17 +34,13 @@ ...@@ -34,17 +34,13 @@
<groupId>com.schbrain.framework</groupId> <groupId>com.schbrain.framework</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId> <artifactId>dubbo-spring-boot-starter</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> <artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -35,6 +35,11 @@ ...@@ -35,6 +35,11 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <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