callicoder / spring-boot-react-oauth2-social-login-demo

Spring Boot React OAuth2 Social Login with Google, Facebook, and Github
1.44k stars 702 forks source link

Docker integration #37

Open tgvdinesh opened 3 years ago

tgvdinesh commented 3 years ago

How to start?

  1. cd spring-social && mvn clean install
  2. cd .. && sh ./start.sh

Takes care of

  1. Building the images for docker
  2. Runs the app in desired port as container
  3. No need to create mysql separately in system as docker will take care along with credentials

PS: Need to build spring-social jar manually using mvn clean install from cli