Latest Updates

Documenting code, one commit at a time.

Spring 2 posts
×

Building a Spring Boot Backend: Initial Setup

Setting up a new backend project can be daunting. This post describes the initial steps taken when building a Spring Boot backend application, focusing on entity creation, repository definition, service implementation, and controller setup.

Project Structure

The project, named vaca-mariposa-backend, uses Maven as its build tool and incorporates several key components of the Spring ecosystem.

Read more

Building a REST API with Spring Boot: Initial Setup

Creating a robust backend for web applications requires careful setup and design. This post outlines the initial steps in building a REST API using Spring Boot, focusing on entities, repositories, services, and controllers.

Project Structure

When starting a new Spring Boot project, it's crucial to establish a well-defined project structure. This approach enhances maintainability and

Read more