Merge pull request #571 from joshlong:spring-boot-admin

* pr/571:
  Polish "Add Codecentric Spring Boot Admin support"
  Add Codecentric Spring Boot Admin support
This commit is contained in:
Stephane Nicoll
2018-01-30 14:13:28 +01:00
@@ -57,6 +57,13 @@ initializr:
mappings:
- versionRange: "[1.5.4.RELEASE,2.0.0.M1)"
version: 0.2.0
codecentric-spring-boot-admin:
groupId: de.codecentric
artifactId: spring-boot-admin-dependencies
versionProperty: spring-boot-admin.version
mappings:
- versionRange: "[1.5.9.RELEASE,2.0.0.M1)"
version: 1.5.7
spring-cloud:
groupId: org.springframework.cloud
artifactId: spring-cloud-dependencies
@@ -1254,6 +1261,26 @@ initializr:
description: Building a RESTful Web Service with Spring Boot Actuator
- rel: reference
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#production-ready
- name: Spring Boot Admin (Server)
id: codecentric-spring-boot-admin-starter-server
groupId: de.codecentric
artifactId: spring-boot-admin-starter-server
description: An admin interface for Spring Boot applications
versionRange: "[1.5.9.RELEASE,2.0.0.M1)"
bom: codecentric-spring-boot-admin
links:
- rel: reference
href: http://codecentric.github.io/spring-boot-admin/current/#getting-started
- name: Spring Boot Admin (Client)
id: codecentric-spring-boot-admin-starter-client
groupId: de.codecentric
artifactId: spring-boot-admin-starter-client
description: Register your application with a Spring Boot Admin instance
versionRange: "[1.5.9.RELEASE,2.0.0.M1)"
bom: codecentric-spring-boot-admin
links:
- rel: reference
href: http://codecentric.github.io/spring-boot-admin/current/#getting-started
- name: Actuator Docs
id: actuator-docs
description: API documentation for the Actuator endpoints