Skip to content

Termure/springboot-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgres config and db creation

cd /etc/postgresql/12/main

sudo subl pg_hba.conf

change => local all postgres peer to md5

psql -p 5433 -U postgres

create database springboot_rest_api;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages