simple cloud config:说明了用于管理属性的Spring Cloud Config服务器的基本用法以及使用它们的客户端应用程序 源码
简单云配置 simple-cloud-config是一个gradle项目,旨在说明Spring Cloud Config服务器用于管理属性的基本用法以及使用这些属性的客户端应用程序。 一些说明: Spring Cloud Config服务器 基于GitHub的存储库 配置文件分为每个应用程序的目录 Spring Boot客户端 客户端通过Spring访问属性 客户端通过API访问属性 Gradle多项目结构 用法 克隆存储库并执行以下操作。 客户端在端口8080上运行,服务器在端口8888上运行。 // Builds the client and server code ./gradlew
文件列表
simple-cloud-config-master.zip
(预估有个32文件)
simple-cloud-config-master
.gitignore
52B
gradle
wrapper
gradle-wrapper.jar
57KB
gradle-wrapper.properties
200B
simple-cloud-config-client
Dockerfile
434B
build.gradle
1KB
src
暂无评论