Spring Boot Cassandra CRUD Example An article on how to create Spring boot application with Cassandra data store & perform CRUD operations with the help of spring data library.Arunspring boot
Quarkus – Creating First Application In this article, we will learn about benefits of Quarkus framework, creating first application with Quarkus framework, etc.ArunJAVA
Spring Boot Reactive Elasticsearch Example An article that explains about the implementation of CRUD APIs using the Spring boot reactive and Elasticsearch.Arunspring boot
Spring Boot Database Integration Test With JUnit and H2 Spring boot database integration test example with the help of JUnit, H2 embedded database and rest template.Arunspring boot