https://github.com/senocak/spring-cloud-config-server-jdbc
Spring Cloud Config Server Jdbc
https://github.com/senocak/spring-cloud-config-server-jdbc
configserever configserver kotlin spring spring-boot spring-cloud springboot
Last synced: about 2 months ago
JSON representation
Spring Cloud Config Server Jdbc
- Host: GitHub
- URL: https://github.com/senocak/spring-cloud-config-server-jdbc
- Owner: senocak
- Created: 2023-12-06T14:56:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T18:10:16.000Z (over 2 years ago)
- Last Synced: 2025-05-24T19:44:22.706Z (about 1 year ago)
- Topics: configserever, configserver, kotlin, spring, spring-boot, spring-cloud, springboot
- Language: Kotlin
- Homepage:
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Spring Cloud Config Server As JDBC

### Screenshots

# Client
1. Run client application under ``client1`` folder
2. Update any value for
1. application: `client1`
2. profile: `dev`
3. Run the actuator refresh api to refresh the context in client app
1. `curl -H "Content-Type: application/json" -d {} http://localhost:8081/actuator/refresh`
4. Check the logs in client application
5. Verify environment variable is changed
