Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sendya/sweb-config-server
Spring cloud config server
https://github.com/sendya/sweb-config-server
Last synced: about 5 hours ago
JSON representation
Spring cloud config server
- Host: GitHub
- URL: https://github.com/sendya/sweb-config-server
- Owner: sendya
- Created: 2018-03-12T09:57:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T10:00:38.000Z (over 6 years ago)
- Last Synced: 2024-05-03T00:23:03.715Z (7 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring cloud config server
====config path: https://github.com/sendya/sweb-cloud-config/cloud-test-config/
get config: http://localhost:8801/sweb/dev
config json:
```json
{
"name": "sweb",
"profiles": ["dev"],
"label": null,
"version": "1f358fc7ae65e59b337ede63e72a624dd2607f81",
"state": null,
"propertySources": [{
"name": "https://github.com/sendya/sweb-cloud-config/cloud-test-config/application-dev.yml",
"source": {
"sweb.name": "dev-config",
"sweb.config.requestLogin": true,
"sweb.config.v": 1.0,
"sweb.config.boot": "localhost",
"sweb.base.test": "111s"
}
}]
}
```