-
Book Overview & Buying
-
Table Of Contents
Spring 5.0 Microservices - Second Edition
By :
It is important to secure the microservices. This will be more significant when there are many microservices communicating with each other. Each service needs to be secured, but at the same time, security shouldn't surface as an overhead. In this section, we will learn some basic measures to secure microservices.
The full source code of this example is available as the chapter3.security project in the code files of this book under the following Git repository: https://github.com/rajeshrv/Spring5Microservice
Perform the following steps for building this example:
Web and Security (under core)chapter3.securitychapter3.bootrestAdding basic authentication to Spring Boot is pretty simple. The pom.xml file will have the following dependency. This will include the necessary Spring security library files:
<dependency>
<groupId...
Change the font size
Change margin width
Change background colour