Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 300 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 300 Bytes

sample

pre requirements:

# "psql" client command required. (PostgreSQL as the server is NOT required)
brew install postgresql
sh setup.sh

Run with:

./gradlew bootRun -p pj-web
or
java -jar ./pj-web/build/libs/pj-web-1.0-SNAPSHOT.jar