Hi, All in this article we see how to Integrate Apache Kafka with Spring Boot. As we all know Kafka is an open-source messaging queue and it is scalable, fault-tolerant,…
Spring boot docker Integration – JavaDream
In this post we will see Spring boot docker Integration. We often hear the word that this project work on my system perfectly i don’t know why this is not…
Spring boot Cache Example
In this post we will learn about spring cache. We know that we lose lots of users if our website take more time to load. And there are many reasons…
Spring Boot With Angular JS
As we know Angular is a structural framework for web-apps. And it is used to perform operation on front end like parsing Json data and display in well format with…
How to use Swagger2 in spring boot
As we know every project required some documentation so that we get some help about the project. There is two option either you write yourself in a notepad or excel…
How to read property from application.properties file in Spring Boot
As we know in every web application we define some property that we use in our code in a common file so that if we want to change the value…
How to use H2 database in Spring boot Application
As we know we can use many database with spring boot application like MySQL, MongoDB, SQL Server etc. But if we don’t have any database installed in our machine then…
Actuator in Spring Boot MicroServices
We always need some tool that is used for monitoring our application. Spring boot provides Actuator for monitoring the application. It tells us the complete status of our application like…
How to use multiple database in single Spring Boot Application
we know database connectivity is the most interesting part of any web application. As we already know how to use Mysql Database in Spring Boot application ( CLICK ME ),…
Routing using Netflix Zuul API Gateway in Spring Boot Cloud
As we know in microservice architecture we have many application and every application have some end points. But it is difficult if we integrate our application with any front end…