Application Service 集群搭建

来自姬鸿昌的知识库
跳到导航 跳到搜索

https://www.bilibili.com/video/BV1AN411Z7mx/?p=5

前提:已经配置了单机版 Eureka。端口为 8761

新建项目 ApplicationServiceDemo

准备 Eureka Server

https://github.com/jihch/eureka-server-20230323

准备 Application Service

https://github.com/jihch/application-service-demo

IDEA 启动 Spring Cloud Application Service 集群