# app-boot-admin **Repository Path**: antbox/app-boot-admin ## Basic Information - **Project Name**: app-boot-admin - **Description**: Spring Boot Admin 服务端 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: v1001 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-17 - **Last Updated**: 2021-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # app-boot-admin #### Description Spring Boot Admin 服务端 启动项目 #### 客户端使用 1、引入pom文件 ```xml de.codecentric spring-boot-admin-starter-client 2.2.0 ``` 2、配置yml文件 ```yaml spring: boot: admin: client: url: http://localhost:8083 management: endpoints: web: exposure: include: '*' endpoint: health: show-details: always ```