- OpenJDK 20 with OpenJ9 -> https://developer.ibm.com/languages/java/semeru-runtimes/downloads/
- Docker 4.28.0 -> https://docs.docker.com/desktop/install/ubuntu/
Change /.vscode/launch.json for your Java Home
Change gradle.properties for your Java Home
- DB_URL=localhost:5432/postgres
- DB_USER=postgres
- DB_PASS=mysecretpassword
docker run --name tomcat-openapi-postgres -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d postgres:16.3-alpine3.18
DB_URL="localhost:5432/postgres" DB_USER=postgres DB_PASS=mysecretpassword ./gradlew run
Install "Extension Pack for Java" from Microsoft: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack
Install "Gradle Extension Pack" from Richard Willis https://marketplace.visualstudio.com/items?itemName=richardwillis.vscode-gradle-extension-pack
Name | Endpoint |
---|---|
Service Info | http://localhost:8080/ |