JavaStandalone

spring-vault-oracle-app

Spring Boot sample that loads OCI Vault secrets into the application context.

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

The Spring Vault Oracle App sample demonstrates dynamically loading secrets from [OCI Vault](https://docs.oracle.com/en-us/iaas/Content/KeyManagement/home.htm) into the Spring Boot context during startup. All secrets loaded this way are made available by name as application properties, accessible using `@Value` annotations.

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