Skip to content

adiboy6/SpringBootDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Demo

Spring Boot tutorial https://www.youtube.com/watch?v=vtPkZShrvXQ&t=5230s

  • Build it using:
  • mvn clean install

  • To run this, install docker and docker-compose.
  • docker-compose up

  • Now, get the postgres container id using
  • docker ps

  • Get into to the posgres-container and execute the script.
  • docker exec -it POSTGRES_CONTAINER_ID "sh"
    sh /tmp/postgres_starter_script.sh

  • The application is live now!
  • About

    Spring Boot App running on Docker containers

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published