CREATE ROLE myuser WITH LOGIN PASSWORD 'mypassword'; ALTER ROLE myuser CREATEDB; CREATE DATABASE mydb;
SELECT * FROM pg_catalog.pg_tables;
start.spring.io Artifact: boot_progress Deps: Web, JPA, Actuator, postgresql, Thymeleaf, DevTools
mvn spring-boot:run
curl -X POST http://localhost:8080/questions -d @testquestion.json --header "Content-Type: application/json"
curl -X DELETE http://localhost:8080/questions/1000