【修改】修改包结构,让微服务代码仅存于一个模块里。
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user