A starter REST setup using Spring Boot
- Execute
Application.java
insidesrc/main/java/hello
- Make a
GET
request tolocalhost:8080/greeting?name=John
- Run:
cd docker && docker-compose up
- You will find the adminer dashboard available on
localhost:8091
:
- Open this URL in your browser to open postico:
postgresql://localhost:5432/my-demo-db