Spring Boot Archive

Maven Pom.xml File

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 …

Spring Boot Actuator A Complete Guide

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 …

Spring Boot with NoSQL technologies

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 …