mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
Fix spring-cloud-config identifiers
Closes gh-127
This commit is contained in:
@@ -155,12 +155,12 @@ initializr:
|
|||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter
|
artifactId: spring-cloud-starter
|
||||||
- name: Config Client
|
- name: Config Client
|
||||||
id: cloud-config
|
id: cloud-config-client
|
||||||
description: Support for spring-cloud-config Client
|
description: Support for spring-cloud-config Client
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-config
|
artifactId: spring-cloud-starter-config
|
||||||
- name: Config Server
|
- name: Config Server
|
||||||
id: cloud-server
|
id: cloud-config-server
|
||||||
description: Support for spring-cloud-config Server
|
description: Support for spring-cloud-config Server
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-config-server
|
artifactId: spring-cloud-config-server
|
||||||
|
|||||||
Reference in New Issue
Block a user