赞
踩
一、服务端配置
1、IDEA创建服务端spring boot项目(不介绍,自行百度),如果勾选了下面模板,可直接跳过第2步
2、导入依赖
- <dependency>
-
- <groupId>org.springframework.cloud</groupId>
-
- <artifactId>spring-cloud-starter-eureka-server</artifactId>
-
- <version>1.3.4.RELEASE</version>
-
- </dependency>
3、启动类中加入注解 @EnableEurekaServer
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。