Skip to content

toir427/springboot-jdbctemplate-rest-api-pgsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot jdbctemplate rest api with pgsql

create database and user

psql postgres
create database sb_psql;
create user sbdb with encrypted password 'sbp@$$w0rd';
grant all privileges on database sb_psql to sbdb;

Install postgres UUID extension

CREATE EXTENSION "uuid-ossp";
SELECT uuid_generate_v4();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages