Our great sponsors
-
Redis-Hibernate2ndLevelCache-SpringBoot
Implement Hibernate 2nd level Cache with Redis, Spring Boot, and Spring Data JPA
This blog post explains the process of implementing Redis Cache as Hibernate 2nd level cache using the Spring Boot, Spring Data JPA. Source code and config files are uploaded to Github.
-
SpringBoot-RedisCache
Implement Hibernate 2nd level Cache with Redis, Spring Boot, and Spring Data JPA [Moved to: https://github.com/pavankjadda/Redis-Hibernate2ndLevelCache-SpringBoot]
$ git clone [https://github.com/pavankjadda/SpringBoot-RedisCache](https://github.com/pavankjadda/SpringBoot-RedisCache)$ cd SpringBoot-RedisCache$ docker-compose -f src/main/resources/docker/docker-redis.yml up
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Redisson
Redisson - Easy Redis Java client with features of In-Memory Data Grid. Sync/Async/RxJava/Reactive API. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache ...
4. We use the open-source library Redisson to connect to Redis instance and use Redis as Hibernate 2nd level cache. Please see their Github repo for more information.
Related posts
- Running Kubernetes Application on Docker Desktop for Mac
- What's New in Spring Framework 6.1
- Secure Java URL encoding and decoding
- Ostara 0.12.0 released: F/OSS admin app for Spring Boot now with Service Discovery support!
- Added Toxiproxy Integration to my Spring-boot Testcontainers POC to simulate network latency for Chaos testing