Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 250 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 250 Bytes

biblebot

Chat REST integration for printing bibleDTO passageDTOS. Written in Java with Spring.

Build

Build with

docker run -it --rm --name my-maven-project -v `pwd`:/usr/src/mymaven -w /usr/src/mymaven maven:latest mvn clean install