Skip to content

javabyraghu/SpringBoot2MultipleDatabases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot2MultipleDatabases

Postgres Database Commands: cmd>psql -U postgres create database db1 \c db1 \dt select * from product;

MySQL Database Commands: create database db2; use db2; show tables; select * from customer;

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages