mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 14:27:41 +08:00
Disable "spring-boot-actuator-docs" as of Spring Boot 2
Closes gh-493
This commit is contained in:
@@ -1066,7 +1066,7 @@ initializr:
|
|||||||
- 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
|
||||||
versionRange: 1.3.0.RELEASE
|
versionRange: "[1.3.0.RELEASE,2.0.0.M1)"
|
||||||
groupId: org.springframework.boot
|
groupId: org.springframework.boot
|
||||||
artifactId: spring-boot-actuator-docs
|
artifactId: spring-boot-actuator-docs
|
||||||
- name: Remote Shell
|
- name: Remote Shell
|
||||||
|
|||||||
Reference in New Issue
Block a user