mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 14:27:41 +08:00
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:
@@ -57,6 +57,13 @@ initializr:
|
|||||||
mappings:
|
mappings:
|
||||||
- versionRange: "[1.5.4.RELEASE,2.0.0.M1)"
|
- versionRange: "[1.5.4.RELEASE,2.0.0.M1)"
|
||||||
version: 0.2.0
|
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:
|
spring-cloud:
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-dependencies
|
artifactId: spring-cloud-dependencies
|
||||||
@@ -1254,6 +1261,26 @@ initializr:
|
|||||||
description: Building a RESTful Web Service with Spring Boot Actuator
|
description: Building a RESTful Web Service with Spring Boot Actuator
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#production-ready
|
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
|
- name: Actuator Docs
|
||||||
id: actuator-docs
|
id: actuator-docs
|
||||||
description: API documentation for the Actuator endpoints
|
description: API documentation for the Actuator endpoints
|
||||||
|
|||||||
Reference in New Issue
Block a user