合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 客户端配置 1、添加依赖 ~~~ <!-- SpringBoot Admin Client --> <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-starter-client</artifactId> </dependency> <!-- SpringBoot Actuator --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> ~~~ 2、配置服务端地址 ~~~ spring: application: name: hmall-service-trade boot: admin: client: url: http://localhost:9004 ~~~