Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 573 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 573 Bytes

Meili Java

For every version use docker-compose:

docker-compose --rm app bash

With Gradle:

Checkout the main branch

How to run:

./gradlew build & ./gradlew run

With Maven:

Checkout the maven branch

How to run:

First you need to compile + download every library from pom.xml using:

Access: cd app/

mvn package

Then to run your jar just execute:

java -jar target/app-1.0-SNAPSHOT-jar-with-dependencies.jar