“Application Service 集群搭建”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
(未显示同一用户的1个中间版本) | |||
第7行: | 第7行: | ||
=== 准备 Eureka Server === | === 准备 Eureka Server === | ||
− | + | https://github.com/jihch/eureka-server-20230323 | |
=== 准备 Application Service === | === 准备 Application Service === | ||
− | + | https://github.com/jihch/application-service-demo | |
[[IDEA 启动 Spring Cloud Application Service 集群]] | [[IDEA 启动 Spring Cloud Application Service 集群]] |
2023年3月24日 (五) 05:42的最新版本
https://www.bilibili.com/video/BV1AN411Z7mx/?p=5
前提:已经配置了单机版 Eureka。端口为 8761
新建项目 ApplicationServiceDemo
准备 Eureka Server
https://github.com/jihch/eureka-server-20230323