Spring Boot Archive
In this Microservices Architecture Spring Boot tutorial, we will discuss to creating a microservices with spring and will see microservices architecture. Microservices allow large systems to be built up from a number of collaborating components. …
POM is short form of Project Object Model. Maven POM file in the project describe the resources of the project. This include all dependencies, directories of source code, test, plugin, goals etc. The POM file …
Hello friends!!! In this article, we’re going to introduce Spring Boot Actuator for collecting metrics about your production grade applications and also talk about some simple ways to work with them in production. Spring Boot …
Hello Friends!!! In this tutorial we will discuss the Spring Security with Spring Boot and also will see an example based on Spring security with Spring Boot. 1. Spring security Overview Spring security is the …
Hello friends!!! Here we are going to discuss Spring Boot with NoSQL, how Spring Boot provide the support for NoSQL technologies and how to use into Spring Boot Application. NoSQL is a non-relational database management …
In any application or system there may be some data such type which is used frequently in the processing the request for any client. If such data we will be fetch from the database then …
Hello friends !!! In this tutorial we are going to discuss about using NoSQL database MongoDB with Spring Boot Application. Here I will make a Spring Boot REST Application which provides REST APIs for make …