January 2019
Intermediate to advanced
392 pages
10h 11m
English
Our main dependencies are Web, Security, Cloud Security, Cloud OAuth2, JPA, H2, Lombok, and Thymeleaf.
Here are the mentioned Maven dependencies in pom.xml:
-------- <dependencies>------<!--spring security--><dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>5.2.0.BUILD-SNAPSHOT</version></dependency><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId></dependency><!--spring cloud security--><dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-oauth2</artifactId></dependency><dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-security ...
Read now
Unlock full access