Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.11 KB

Prerequisites

  • Java 21 should be installed --> export JAVA_HOME=$(/usr/libexec/java_home -v 21)
  • Docker should be installed
  • Maven should be installed
  • pgAdmin/DBeaver can be installed (Optional)

How to start the application

  • First way
  • Second way
    • Run docker-compose up -d command to start the services
    • Run mvn clean install or mvn clean package
    • Run mvn spring-boot:run or ./mvnw spring-boot:run

How to test the application


docker-compose contains the followings