July 2018
Intermediate to advanced
268 pages
7h 36m
English
If you run the application (./mvnw spring-boot:run) and then navigate your browser to http://localhost:8080, you will see a default login page, as follows. The entire magic behind this page is done for you by Spring Boot and Spring Security:

Open the application.properties file (src/main/resources) and add the following properties:
#Google app detailsspring.security.oauth2.client.registration.google.client-id=1085570125650-l8j2r88b5i5gbe3vkhtlf8j7u3hvdu78.apps.googleusercontent.comspring.security.oauth2.client.registration.google.client-secret=MdtcKp-ArG51FeqfAUw4K8Mp ...
Read now
Unlock full access