Data plays a crucial role in today’s world; from accessing, persisting, and analyzing it, to effectively using the information for better results. In our previous article, we have created our first Spring Boot application. Through this article, we will look at how Spring Data MongoDB makes, work simple when it comes to Data Modeling. It […]
Spring Boot – Create a web application using Maven – Our First Application
Through the series of articles; so far, we discussed about an overview of Spring Boot and setting up a development environment to build the applications. Now, we are going to discuss, creating a web application using Maven; a simple Spring Boot working example. Create a web application using Maven Maven provides us with better options […]
Spring Boot – Setting up a Development Environment
In our previous Article, we have discussed an overview of Spring Boot. Through this article we will learn about, setup an environment which allows us to develop & run Spring Boot applications. Spring Boot Environment setup In order to setup the Spring Boot Environment, to develop the applications; below things are required to be installed […]
Spring Boot – An Overview
In this article let’s discuss the overview of Spring Boot. It is lightweight to Spring Framework. Spring Boot helps in simplifying the development process. It helps in the creation of standalone, production-ready applications easily; use of annotations, simplify setting up and configuring the services. Spring Boot provides us with a modern pattern for developing web […]