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).
Highlights
- Java 21+, Maven