spring-cloud / spring-cloud/spring-cloud-config

Support auto import of jdbc and datasource autoconfiguration for jdbc environment repository used in config server bootstrap.

Open
#1,848 23 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.