标签:ofo client localhost 改进 lead tar name href follow
服务器端 @EnableAdminServer
@SpringBootApplication
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId>
<version>1.5.7</version>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server-ui</artifactId>
<version>1.5.7</version>
</dependency>
客户端
spring.boot.admin.url=http://localhost:8080
spring.application.name=spring-boot-admin-client
#禁用安全控制
management.security.enabled=false
2.在pom.xml
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>1.5.7</version>
</dependency>
标签:ofo client localhost 改进 lead tar name href follow
原文地址:http://blog.51cto.com/6612493/2300073