mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-26 14:15:53 +08:00
Add actuator docs and hal browser
This commit is contained in:
@@ -85,6 +85,12 @@ initializr:
|
||||
id: hateoas
|
||||
description: Support for HATEOAS-based RESTful services
|
||||
versionRange: 1.2.2.RELEASE
|
||||
- name: Rest Repositories HAL Browser
|
||||
id: data-rest-hal
|
||||
description: Support for browsing Spring Data REST repositories with an HTML UI
|
||||
groupId: org.springframework.data
|
||||
artifactId: spring-data-rest-hal-browser
|
||||
versionRange: 1.3.0.M1
|
||||
- name: Mobile
|
||||
id: mobile
|
||||
description: Support for spring-mobile
|
||||
@@ -391,6 +397,12 @@ initializr:
|
||||
- name: Actuator
|
||||
id: actuator
|
||||
description: Production ready features to help you monitor and manage your application
|
||||
- name: Actuator Docs
|
||||
id: actuator-docs
|
||||
description: API documentation for the Actuator endpoints
|
||||
versionRange: 1.3.0.M4
|
||||
groupId: org.springframework.boot
|
||||
artifactId: spring-boot-actuator-docs
|
||||
- name: Remote Shell
|
||||
id: remote-shell
|
||||
description: Support for CRaSH
|
||||
|
||||
Reference in New Issue
Block a user