# spring-boot-starter-admin-client **Repository Path**: mirrors_codecentric/spring-boot-starter-admin-client ## Basic Information - **Project Name**: spring-boot-starter-admin-client - **Description**: Starter JAR for enabling registration of applications at the spring-boot-admin - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README spring-boot-starter-admin-client ================================ This [Spring-Boot starter](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-starter-poms "Spring Boot docu") that provides services and controllers that a required if an application show be able to be administrated with the [spring-boot-admin application](https://github.com/codecentric/spring-boot-admin "GitHub project"). This client uses the [AutoConfiguration](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-auto-configuration "Spring Boot docu") feature of Spring Boot to register service and controller beans in the application context. The main service that is used is a registrar that registeres the application at the spring-boot-admin application by periodically calling a REST-API to check or perform the registration of itself. The following properties have to be included in the environment (i.e. application.properties) to ensure all features to work properly.
info.id | The identifier in the registry - this property is published by the /info endpoint |
info.version | The version number - also published by the /info endpoint |
spring.boot.admin.url | URL of the spring-boot-admin application to register at |
logging.file | File path of the logfile of the application |