“Application Service 集群搭建”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
第6行: 第6行:
  
 
=== 添加依赖 ===
 
=== 添加依赖 ===
 +
 +
 +
 +
[[Spring Cloud 创建 Application Service 集群]]

2023年3月23日 (四) 02:54的版本

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

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

新建项目 ApplicationServiceDemo

添加依赖

Spring Cloud 创建 Application Service 集群