spring_tool_bg

Using Spring Initializr for Bootstrapping REST Services

Spring Initializer – using Java and Maven Spring Initializr is a web tool which is provided by Spring on official site https://start.spring.io/ We can create Spring Boot project by providing project details. In the below example, we added the springboot-starter-web dependency to write REST Endpoints. After providing the Group, Artifact, Dependencies, Build Project, Platform and […]

spring_tool_bg

Spring Boot – Part1

Spring Boot Spring Boot is an open source Java-based framework used to create Micro Services. It is used to build stand-alone and production ready spring applications. What is Micro Service? Micro Service is an architecture that allows the developers to develop and deploy services independently. Each service running has its own process, and this achieves […]