【修改】修改包结构,让微服务代码仅存于一个模块里。

This commit is contained in:
zer0Black
2021-03-15 13:51:43 +08:00
parent 174854fc61
commit ef97c02a13
16 changed files with 21 additions and 17 deletions
+5 -4
View File
@@ -16,10 +16,11 @@
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-core</artifactId>
</dependency>
<!-- 如果需要微服务版本,则引入微服务启动依赖 starter
<dependency>
<!-- 如果需要微服务版本,则引入微服务启动依赖 starte
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-starter-cloud</artifactId>
</dependency> -->
<artifactId>jero-cloud-feign-config</artifactId>
</dependency>
-->
</dependencies>
</project>