微服务带来便利的同时也导致配置文件管理更加复杂、混乱。spring-cloud/spring-cloud-config 就是针对这种情况的一个统一配置中心管理服务器
jhipster/jhipster-registry 利用 spring-cloud-config 实现了Config Server
jhipster-registry\central-config
就是配置文件夹
详见官方文档 registry_app_configuration
微服务带来便利的同时也导致配置文件管理更加复杂、混乱。spring-cloud/spring-cloud-config 就是针对这种情况的一个统一配置中心管理服务器
jhipster/jhipster-registry 利用 spring-cloud-config 实现了Config Server
jhipster-registry\central-config
就是配置文件夹
详见官方文档 registry_app_configuration