- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 109字
- 2021-07-02 19:45:04
Implementing security
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:
- Create a new Spring Starter project, and select Web and Security (under core)
- Name the project as chapter3.security
- Copy rest endpoint from chapter3.bootrest
推薦閱讀
- Linux網絡程序設計:基于龍芯平臺
- Redis Essentials
- Java EE 7 Performance Tuning and Optimization
- Java Web程序設計任務教程
- C# 8.0核心技術指南(原書第8版)
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Android系統級深入開發
- Python趣味編程與精彩實例
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- 啊哈C語言!:邏輯的挑戰(修訂版)
- 零基礎學Java(第5版)
- Design Patterns and Best Practices in Java
- Pandas入門與實戰應用:基于Python的數據分析與處理
- 面向對象分析與設計(第3版)