Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

BartoszDobija/JavaProjekt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library

To successfully launch the application you need to have:

  • Java 17
  • Maven
  • MariaDB 10.6.12
  • Docker and Docker Compose

Database setup

In the root folder of project run docker compose up -d and wait for tasks to finish.

When you are first launching application change hibernate.hbm2ddl.auto=none to hibernate.hbm2ddl.auto=create so it generates required tables.

Building and running

To build application execute command mvn clean install in root folder of this project. To run the application in the same place execute java -jar target/library.jar

Database container removal

You can remove the container and volumes using docker compose down -v (image must be disposed separately).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •