February 2019
Intermediate to advanced
446 pages
10h 55m
English
We'll create one more service, a security-service, which will control authentication and authorization, and also act as a resource server.
Create a new microservice, security-service, the way other microservices have been created and then follow the following steps:
<dependency> <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