February 2019
Intermediate to advanced
446 pages
10h 55m
English
We'll modify the Zuul server microservice created in Chapter 6, Microservice Patterns - Part 2 to make it a resource server too. This can be done by following these three steps:
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-oauth2</artifactId></dependency>
Read now
Unlock full access