๐ถ๐ถ๐ถ Inside this project you find: Builder Design Pattern ๐ถ๐ถ๐ถ
- ๐ถ Java 17.0.6 LTS
- ๐ถ Spring Boot 3.3.2
- ๐ถ Apache Maven 3.9.8
- ๐ถ Hibernate ORM 6.6.0.Final
- ๐ถ Lombok 1.18.34
- ๐ถ PostgreSQL 16.3
- ๐ถ JUnit 5.9.3
- ๐ถ AssertJ 3.26.3
- ๐ถ Mockito 5.13.0
- ๐ถ IntelliJ IDEA 2024.1.4 (Ultimate Edition)
Coming Soon
- Log into Windows 11 Pro with a user that is a direct member of the Administrators group.
- Download, install and configure:
- Java 17.0.6 LTS,
- Apache Maven 3.9.8,
- PostgreSQL 13.6:
ATTENTION: You need to create a schema, database, user, password and put them in the application.properties file:
spring.datasource.url=jdbc:postgresql://localhost:5432/<YOUR_DATABASE>
spring.datasource.username=<YOUR_USER>
spring.datasource.password=<YOUR_PASSWORD>
spring.jpa.hibernate.ddl-auto=update
-
Clone a Github Repository to D: partition:
git clone https://github.com/AndrzejSzelag/gym.git
-
In command line Windows, go to folder D:\gym, and run command:
mvn clean install
-
In command line Windows, go to folder D:\gym\target and run command:
java -jar gym-1.0.0.jar
-
In your Web browser paste a URL:
https://localhost:7777
ATTENTION:
- You should see the login page of the GYM application.
- You should register a new user and log in on his account next.