December 7, 2023

VS Code for Spring Boot Java Development: Step by Step Guide

This article is a step by step guide to setup and develop Spring Boot applications using Visual Studio Code. I will be building a simple Spring Boot service from scratch using VS Code. I’ll show you what extensions to install and how to use the VS Code features to develop and iterate on your Spring Boot application.

VS Code for Spring Boot Java Development: Step by Step Guide Read More

Spring Boot REST API Example – Step-by-Step Guide

Building robust and scalable REST APIs is a common requirement for modern web development. This application will explore how to create REST APIs for CRUD operations using Spring Boot framework. Apart from building simple REST APIs, we will learn about request validation, error handling, testing, API documentation, and deployment.

Spring Boot REST API Example – Step-by-Step Guide Read More

Instructions for creating Spring Boot with many modules using Gradle

Gradle is an open-source that automates the process of packaging a project with the main advantage of high customization and good performance. Gradle was born later and improved weak parts Maven such as cumbersome declaration syntax, difficult to manage, unoptimized build and testing speed. To take advantage of these, today we will create a project Spring boot with multiple module values Gradle ​​instead of the Maven traditional ones.

Instructions for creating Spring Boot with many modules using Gradle Read More