JavaStandalone

Spring Dynamic Property Source Example

Spring Boot sample that loads application properties dynamically from Oracle AI Database.

SpringSecurity#Java#security#SpringBoot
What this sample helps you learn

This example application demonstrates how to use the Spring Boot EnumerablePropertySource and EnvironmentPostProcessor classes to load properties dynamically at application startup from an external source (in this case an Oracle AI Database server).

What this sample demonstrates

Spring

Runnable Spring behavior on Oracle AI Database.

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

Security

Runnable Security behavior on Oracle AI Database.

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

Highlights

  • Java 21+, Maven