springcloud-community / springcloud-comment

0 stars 0 forks source link

post/2022-04/spring-cloud-config-usage/ #21

Open utterances-bot opened 8 months ago

utterances-bot commented 8 months ago

Unified configuration management using Spring Cloud Config - Spring Cloud

Learn how to use Spring Cloud Config to unify configuration management.

https://www.springcloud.io/post/2022-04/spring-cloud-config-usage/

maxiao1204 commented 8 months ago

Hi, blow is my config server and config client yml file: server: spring: application: name: my-config cloud: config: server: git: uri: https://gitlab.com/my-cloud-config.git username: password: repos: pkslow-discovery-service: pattern:

But it does not work for me, the server can start up successfully, but client can not start up, could some one can help me?