1. 统一包名修改
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>
|
||||
后端 Server 的主项目,通过引入需要 cloud-module-xxx 的依赖,
|
||||
从而实现提供 RESTful API 给 cloud-ui-admin、cloud-ui-user 等前端项目。
|
||||
后端 Server 的主项目,通过引入需要 zt-module-xxx 的依赖,
|
||||
从而实现提供 RESTful API 给 zt-ui-admin、zt-ui-user 等前端项目。
|
||||
本质上来说,它就是个空壳(容器)!
|
||||
</description>
|
||||
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
||||
@@ -167,7 +167,7 @@
|
||||
<dependency>
|
||||
<groupId>com.zt.plat</groupId>
|
||||
<artifactId>zt-spring-boot-starter-rpc</artifactId>
|
||||
<!-- 目的:cloud-server 单体启动,禁用 openfeign -->
|
||||
<!-- 目的:zt-server 单体启动,禁用 openfeign -->
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
|
||||
Reference in New Issue
Block a user