Skip to content

Latest commit

 

History

History

boot_postgres

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"