spring-cloud / spring-cloud/spring-cloud-config
Support auto import of jdbc and datasource autoconfiguration for jdbc environment repository used in config server bootstrap.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2k
- Forks
- 1.3k
- Avg merge
- 2d 59m
- Merged PRs (30d)
- 16
Description
In embedded config server, I configured MYSQL database using jdbc to fetch properties. After configuring bootstrap - true, it gives exception saying composite configuration needed. But in composite, only git and vault configuration supports. Could you let me know to connect jdbc to fetch properties in embedded config server.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing embedded config server bootstrap handling, the composite environment repository, and the existing Git and Vault repository integrations mentioned in the issue. Check how JDBC and datasource auto-configuration are currently excluded during bootstrap, then define completion as successfully loading properties from the configured MySQL repository without the composite-configuration exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mysql, spring-boot
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100