Spring Boot Tutorial – Bootstrap a Simple Application 1. Overview Spring Boot is an opinionated, convention-over-configuration focused addition to the Spring platform – highly useful to get started with minimum effort and create stand-alone, production-grade applications. This tutorial is a starting point for Boot – a way to get started… Continue Reading spring-boot-start

Geospatial Support in MongoDB 1. Overview In this tutorial, we’ll explore the Geospatial support in MongoDB. We’ll discuss how to store geospatial data, geo indexing, and geospatial search. We’ll also use multiple geospatial search queries like near, geoWithin, and geoIntersects. 2. Storing Geospatial Data First, let’s see how to store… Continue Reading mongodb-geospatial-support