(一):SpringCloud Eureka服務註冊中心搭建及問題總結

(1)創建SpringBoot工程,命名eureka-server (2)pom文件引入依賴 <dependency>    <groupId>org.springframework.cloud</groupId>    <artifactId>spring-cloud-starter-eureka-server</artifactId> </dependency> (3)啓動類添加@Enable
相關文章
相關標籤/搜索