JavaStandalone

Spring Cloud Config with Oracle AI Database

Spring Cloud Config sample that stores configuration properties in Oracle AI Database.

Spring#Java#microservices#SpringBoot
What this sample helps you learn

This module demonstrates how to use Oracle AI Database as the backend for a Spring Cloud Config Server. It includes a config server that stores configuration properties in an Oracle AI Database via JDBC, a simple client application that consumes these configurations, and a Docker Compose setup for the database.

What this sample demonstrates

Spring

Runnable Spring behavior on Oracle AI Database.

Use when Spring needs to be tested against real database behavior.

Highlights

  • Java 21 or later
  • Maven
  • Docker (for running the Oracle AI Database container)