Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMichalski committed Jan 23, 2024
2 parents 74575b8 + bb5099a commit 33b14b1
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Spring Boot Swing Reservations

[![Build Status](https://github.com/DanielMichalski/spring-boot-java-swing-reservations/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master)](https://github.com/DanielMichalski/spring-boot-java-swing-reservations/actions?query=workflow%3A%22Java+CI+with+Maven%22)
[![CodeQL](https://github.com/DanielMichalski/spring-boot-java-swing-reservations/workflows/CodeQL/badge.svg)](https://github.com/DanielMichalski/spring-boot-java-swing-reservations/actions?query=workflow%3ACodeQL)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/DanielMichalski/spring-boot-java-swing-reservations/blob/master/LICENSE)

This project aims to present how to create and configure a Spring Boot, JPA/Hibernate and Java Swing application.
The project is built using Java 17, Spring Boot 3 and Swing libraries.
This project aims to present how to create a desktop application with Java 17, Spring Boot 3, JPA/Hibernate and Swing.

## Table of Contents

Expand All @@ -14,9 +12,9 @@ The project is built using Java 17, Spring Boot 3 and Swing libraries.
* [Running the application](#running-the-application)
* [On Windows](#on-windows)
* [On MacOS/ Linux](#on-macos-linux)
* [Database user](#database-user)
* [Video](#video)
* [Screens](#screens)
* [Database connection parameters](#database-connection-parameters)
* [Video presentation](#video-presentation)
* [Screenshots](#screenshots)

## Prerequisites

Expand Down Expand Up @@ -65,17 +63,17 @@ docker-compose up -d
./mvnw spring-boot:run
```

## Database user
## Database connection parameters

| JDBC URL | Username | Password |
|-----------------------------------------------|--------------------|------------------|
| jdbc:postgresql://localhost:5555/reservations | reservations_user | reservations_psw |

## Video
## Video presentation

[![Spring Boot Swing Reservations](http://img.youtube.com/vi/E7ho0qdWhus/0.jpg)](https://youtu.be/E7ho0qdWhus "Spring Boot Swing Reservations")

## Screens
## Screenshots

![alt text](https://github.com/DanielMichalski/spring-boot-java-swing-reservations/blob/master/src/main/resources/images/db_schema.png "Screen 1")

Expand Down

0 comments on commit 33b14b1

Please sign in to comment.