Skip to content

Demo application for 'Learning Spring with Spring Boot' LinkedIn Learning course. Support for remote Docker database.

Notifications You must be signed in to change notification settings

aidenwaring/LIL_BASD_Learning_Spring_with_Spring_Boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Spring Docker Demo

Demo application for Learning Spring with Spring Boot with remote Docker database

Database

docker run --rm --name pg-docker -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=dev -d -p 5432:5432 postgres

psql -U postgres -d dev -h localhost -f schema.sql

psql -U postgres -d dev -h localhost -f data.sql

About

Demo application for 'Learning Spring with Spring Boot' LinkedIn Learning course. Support for remote Docker database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published