Integrate Redis as Hibernate Layer 2 Cache for Oracle Standalone Database Using Spring Boot and Cloud Foundry

I am working on an application that will be hosted at a cloud foundry. It connects to the Oracle database, which is located outside the cloud (Off Platform) through the User Provided Service. I also use Redis, which is also in the cloud.

Now I want to use Redis as a second level cache for Oracle Database.

Can someone guide me or use any help app for this?

+4
source share

Source: https://habr.com/ru/post/1584221/


All Articles