IT16031180 - FazlanMFM
Open STS IDE
import the project
change the application.properties file
google.credentials.file.path = file:"crentials path"
google.redirection."uri = http://localhost:8080/redirect"
google.api.secret.key.file.path = file:"client_secret key file path"
app.path.temp = "path in the project"
start the spring boot app using right click the project -> Run As -> Spring Boot App It will starts the app in localhost port 8080.
http://localhost:8080/ -> main login screen.