milkchocolate / ols-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OLS-API

How to run the Application

$ ./gradlew bootRun

This application uses in-memory DB H2.

How to see data in the in-memory DB

  1. Once the application is running, go to http://localhost:8080/h2-console.
  2. Change JDBC URL to jdbc:h2:mem:ols_api, then click the Connect button

About


Languages

Language:Java 95.2%Language:Shell 4.0%Language:Dockerfile 0.8%