JasonTypesCodes / mn-jdbc-join

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running

  1. Start the database
  • docker-compose -f ./src/main/docker/postgres.yml up
  1. Start the app
  • ./gradlew run
  1. Retrieve items
  • http localhost:8080/item
  1. Retrieve users
  • http localhost:8080/users

About


Languages

Language:Java 100.0%