|
@@ -11,14 +11,16 @@
|
|
|
|
|
|
<artifactId>jeecg-cloud-gateway</artifactId>
|
|
<artifactId>jeecg-cloud-gateway</artifactId>
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
+ <!-- jeecg 微服务基础依赖-->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
|
- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
- <!-- 服务降级 -->
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
|
- <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
|
|
|
|
|
+ <groupId>org.jeecgframework.boot</groupId>
|
|
|
|
+ <artifactId>jeecg-boot-starter-cloud</artifactId>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.jeecgframework.boot</groupId>
|
|
|
|
+ <artifactId>jeecg-system-cloud-api</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<!-- spring-cloud网关-->
|
|
<!-- spring-cloud网关-->
|
|
<dependency>
|
|
<dependency>
|
|
@@ -87,29 +89,4 @@
|
|
</resource>
|
|
</resource>
|
|
</resources>
|
|
</resources>
|
|
</build>
|
|
</build>
|
|
-
|
|
|
|
- <!-- 环境 -->
|
|
|
|
- <profiles>
|
|
|
|
- <!-- 开发 -->
|
|
|
|
- <profile>
|
|
|
|
- <id>dev-bak</id>
|
|
|
|
- <properties>
|
|
|
|
- <activatedProperties>dev-bak</activatedProperties>
|
|
|
|
- </properties>
|
|
|
|
- </profile>
|
|
|
|
- <!-- 测试 -->
|
|
|
|
- <profile>
|
|
|
|
- <id>test</id>
|
|
|
|
- <properties>
|
|
|
|
- <activatedProperties>test</activatedProperties>
|
|
|
|
- </properties>
|
|
|
|
- </profile>
|
|
|
|
- <!-- 生产 -->
|
|
|
|
- <profile>
|
|
|
|
- <id>prod</id>
|
|
|
|
- <properties>
|
|
|
|
- <activatedProperties>prod</activatedProperties>
|
|
|
|
- </properties>
|
|
|
|
- </profile>
|
|
|
|
- </profiles>
|
|
|
|
</project>
|
|
</project>
|