- 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
推薦閱讀
- C++ Primer習題集(第5版)
- C語言程序設計教程
- 從零開始:數字圖像處理的編程基礎與應用
- Python數據分析基礎
- Java EE 7 Development with NetBeans 8
- Unreal Engine 4 Shaders and Effects Cookbook
- Oracle從入門到精通(第5版)
- 深入理解Elasticsearch(原書第3版)
- 微服務架構深度解析:原理、實踐與進階
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Orleans:構建高性能分布式Actor服務
- Python開發基礎
- INSTANT JQuery Flot Visual Data Analysis
- PostgreSQL Developer's Guide
- WordPress Search Engine Optimization(Second Edition)