提交 65147375 编写于 作者: ibizdev's avatar ibizdev

chitanda 部署微服务接口 [TrainSys,默认服务接口]

上级 2a7077a6
...@@ -29,31 +29,31 @@ ...@@ -29,31 +29,31 @@
<dependency> <dependency>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-cloud</artifactId> <artifactId>ibiz-plugin-cloud</artifactId>
<version>8.1.0.152</version> <version>8.1.0.159</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-redis</artifactId> <artifactId>ibiz-plugin-redis</artifactId>
<version>8.1.0.152</version> <version>8.1.0.159</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-mybatisplus-spring-boot-starter</artifactId> <artifactId>ibiz-plugin-mybatisplus-spring-boot-starter</artifactId>
<version>8.1.0.152</version> <version>8.1.0.159</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-zookeeper</artifactId> <artifactId>ibiz-plugin-zookeeper</artifactId>
<version>8.1.0.152</version> <version>8.1.0.159</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-poi</artifactId> <artifactId>ibiz-plugin-poi</artifactId>
<version>8.1.0.152</version> <version>8.1.0.159</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -8,6 +8,7 @@ services: ...@@ -8,6 +8,7 @@ services:
- agent_network - agent_network
environment: environment:
- SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.140 - SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.140
- IBIZ_SERVICEHUB_ID=TrainSys
- SERVER_PORT=50000 - SERVER_PORT=50000
- SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.140:8848 - SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.140:8848
- SPRING_CLOUD_NACOS_CONFIG_SERVER-ADDR=172.16.240.140:8848 - SPRING_CLOUD_NACOS_CONFIG_SERVER-ADDR=172.16.240.140:8848
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册