spring-boot-react-oauth2-social-login-demo icon indicating copy to clipboard operation
spring-boot-react-oauth2-social-login-demo copied to clipboard

Docker integration

Open tgvdinesh opened this issue 3 years ago • 0 comments

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

tgvdinesh avatar Dec 06 '20 05:12 tgvdinesh