• Blog
  • Backend
  • Frontend
  • Tutorial

backend

A collection of 2 posts

#backend #java #redis #springboot #development

Using Redis with Spring Boot

Redis is an open source, in-memory data structure store, used as a database, cache and message broker. Here we would use Redis as Message Broker to create messaging layer in our demo finance application. This application consist of multiple micro services which interact with each other. We would create event driven construct, where services would connect to messaging layer and would publish and subscribe events to messaging layer. Auto reloading feature does not work out of the box in Intellij. ...

Author Bhanu Chaddha
#backend #java #intellij #springboot #development

Spring Boot Devtools on Intellij

Auto reloading feature does not work out of the box in Intellij. Below are the changes required to make it work correctly. Spring Boot provide niche feature of hot reloading for a Spring Boot application. It recompile your java application as soon as you make a change. But most important aspect is that it only recompile only those files in which changes are made. Thus process take quite a short time compared to complete application build. ...

Author Bhanu Chaddha
Page 1 of 1 
EM
Latest Posts Facebook Twitter Github LinkedIn Medium