mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22: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
|
||||
artifactId: spring-cloud-starter
|
||||
- name: Config Client
|
||||
id: cloud-config
|
||||
id: cloud-config-client
|
||||
description: Support for spring-cloud-config Client
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-starter-config
|
||||
- name: Config Server
|
||||
id: cloud-server
|
||||
id: cloud-config-server
|
||||
description: Support for spring-cloud-config Server
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-config-server
|
||||
|
||||
Reference in New Issue
Block a user