Skip to content

Latest commit

 

History

History
 
 

boot_postgres

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"