GitPedia

Spring boot java swing reservations

Spring Boot 3 + Java 17 desktop application with Docker Compose and PostgreSQL. Includes static code analysis (PMD, Checkstyle) and CI via GitHub Actions.

From DanielMichalski·Updated June 2, 2026·View on GitHub·

Spring Boot Swing Reservations is a desktop application built on Java 17, Spring Boot 3, JPA/Hibernate, Docker, and Java Swing. \ It shows how to integrate the Java Swing library with Spring Boot. The project is written primarily in Java, distributed under the MIT License license, first published in 2016. Key topics include: checkstyle, docker, findbugs, hibernate, java.

Spring Boot Swing Reservations

Spring Boot Swing Reservations is a desktop application built on Java 17, Spring Boot 3, JPA/Hibernate, Docker, and Java Swing.
It shows how to integrate the Java Swing library with Spring Boot.

Spring Boot Swing Reservations

Build Status
License: MIT

Documentation

The documentation is divided into several sections:

Prerequisites

Libraries

Library nameDescription
Spring Boot 3Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
Spring Data RepositoriesThe JPA module of Spring Data contains a custom namespace that allows defining repository beans.
JPA (Hibernate)Hibernate ORM enables developers to more easily write applications whose data outlives the application process.
SwingProvides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
LiquibaseLiquibase Community is an open source project that helps millions of developers rapidly manage database schema changes.
LombokProject Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.
Docker ComposeCompose is a tool for defining and running multi-container Docker applications.
CheckstyleCheckstyle is a development tool to help programmers write Java code that adheres to a coding standard.
PMDPMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth.

Running the application

On Windows

bash
## Run PostgreSQL database on Docker docker-compose up -d ## Build application using Maven Wrapper mvnw.cmd clean install ## Run Spring boot application using Maven Wrapper or simply run Application class mvnw.cmd spring-boot:run

On MacOS/ Linux

bash
## Run PostgreSQL database on Docker docker-compose up -d ## Build application using Maven Wrapper ./mvnw clean install ## Run Spring boot application using Maven Wrapper or simply run Application class ./mvnw spring-boot:run

Database connection parameters

JDBC URLUsernamePassword
jdbc:postgresql://localhost:5555/reservationsreservations_userreservations_psw

Video presentation

Spring Boot Swing Reservations

Screenshots

alt text

alt text

alt text

alt text

alt text

alt text

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from DanielMichalski/spring-boot-java-swing-reservations via the GitHub API.Last fetched: 6/27/2026