Sample Project | Description |
---|---|
Oracle Database Kafka APIs | Producer, consumer, and transactional messaging code samples using the Kafka Java Client for Oracle Database Transactional Event Queues. |
Spring Boot Dynamic Property Source | Demonstrates implementing dynamic Spring Boot property sources using Oracle Database as a property store. Valuable for Spring Developers who want to get the most out of their configuration management. |
Spring JPA Example | Learn Spring JPA by example with Oracle Database Free. |
Spring Boot JMS Example | Learn how to use Oracle Database Transactional Event Queues with the Java JMS API for asynchronous event-streaming. |
Spring Boot Resource Loader | Access Oracle Database blobs using the Spring Resource API. |
Spring Vault Oracle App | Sample application demonstrating how to dynamically load Oracle Cloud Infrastructure (OCI) Vault key/values as Spring properties leveraging Spring Cloud Oracle. |
Oracle Testcontainers | Learn how to use the popular Testcontainers library by example with Oracle Database Free. |
This repository uses containerized instances of Oracle Database Free for testing. The testcontainers module provides a hands-on example using Oracle Database Free to test Java applications on a local machine with throwaway database container instances.
If you're using Oracle Database, I highly recommend Oracle Database Free + Testcontainers to build modular, simple test cases.