Skip to content

Commit 8e90a76

Browse files
Refactor
1 parent 40459a7 commit 8e90a76

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Spring Boot Swing Reservations
2-
[![Build Status](https://github.com/DanielMichalski/spring-boot-swing-reservations/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master)](https://github.com/DanielMichalski/spring-boot-swing-reservations/actions?query=workflow%3A%22Java+CI+with+Maven%22)
3-
[![CodeQL](https://github.com/DanielMichalski/spring-boot-swing-reservations/workflows/CodeQL/badge.svg)](https://github.com/DanielMichalski/spring-boot-swing-reservations/actions?query=workflow%3ACodeQL)
4-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/DanielMichalski/spring-boot-swing-reservations/blob/master/LICENSE)
2+
[![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)
3+
[![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)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/DanielMichalski/spring-boot-java-swing-reservations/blob/master/LICENSE)
55

66
This project aims to present how to create and configure a Spring Boot + JPA/Hibernate Java Swing application.
77
The project is built using Java, Spring Boot and Swing libraries.
@@ -71,14 +71,14 @@ cd ../..
7171
[![Spring Boot Swing Reservations](http://img.youtube.com/vi/E7ho0qdWhus/0.jpg)](https://youtu.be/E7ho0qdWhus "Spring Boot Swing Reservations")
7272

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

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

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

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

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

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

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</parent>
1212

1313
<groupId>pl.dmichalski</groupId>
14-
<artifactId>spring-boot-swing-reservations</artifactId>
14+
<artifactId>spring-boot-java-swing-reservations</artifactId>
1515
<version>1.0.0-SNAPSHOT</version>
16-
<name>Spring Boot Swing Reservations</name>
16+
<name>Spring Boot Java Swing Reservations</name>
1717

1818
<properties>
1919
<spring.boot.version>2.3.2.RELEASE</spring.boot.version>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hibernate.types.print.banner=false

0 commit comments

Comments
 (0)