Spring Boot

All posts related to Spring Boot, a Java framework simplifying the bootstrapping and development of new Spring applications. By providing production-ready defaults and a wide range of pre-configured features, Spring Boot enables developers to create stand-alone, production-grade applications easily. Spring Boot, the widespread extension of the Spring framework aims to streamline the coding process, reduce development time, and increase efficiency.
Aug
19

Why do I use UUID as a database primary key? (Java and Postgres examples)

Using UUID as the primary key for Java and Spring Boot projects.
2 min read
Aug
09

Spring Boot: Multistage Dockerfile and Spring Application Profiles

Spring Boot: Multistage Dockerfile and Spring Application Profiles
1 min read
Aug
05

Postgres DB for Spring Boot project (Docker, Java)

Postgres DB Docker Compose configuration for a Spring Boot project.
Aug
04

Deploy Spring Boot with GCP Cloud Run and Cloud Build

Deploy Spring Boot application with Cloud Run and Cloud Build GCP services
1 min read
Jul
24

Simple Package Structure for Spring Boot REST API

An opinionated package structure for a relatively simple REST API applications with Spring Boot