Spring 实战(第 6版)预计将于 2021 年 12 月出版。现在的翻译基于 Manning 出版社的 MEAP 版本。
地址:https://www.manning.com/books/spring-in-action-sixth-edition。
LiveBook: https://livebook.manning.com/book/spring-in-action-sixth-edition/welcome/v-7/6
翻译说明:
- spring-in-action-v6-source-code.zip 是第 6 版附带的程序代码
- Spring_in_Action_Sixth_Edition_v7.pdf 是第 6 版最新的 MEAP
- 中文翻译工作都在 cn-translate 目录下
- 书中使用到的图片都放在 cn-translate/assets 目录下,使用时注意路径。
- 翻译中所有涉及读者称谓的都用
您
,不用你
。 - 引用书中的代码时标识语言,如:
```java
- 引用配置时指定类型,如:
```yaml 或 ```xml
- 引用命令时指定类型,如
```bash
进度:
章节 | 完成度 |
---|---|
1 - Getting started with Spring | 进行中 |
2 - Developing web application | 未开始 |
3 - Working with data | 未开始 |
4 - Working with non-relational data | 未开始 |
5 - Securing Spring | 未开始 |
6 - Working with configuration properties | 未开始 |
7 - Creating REST services | 未开始 |
8 - Securing REST | 未开始 |
9 - Sending message asynchronously | 未开始 |
10 - Integrating Spring | 未开始 |
11 - Introducing Reactor | 未开始 |
12 - Developing reactive APIs | 未开始 |
13 - Persisting data reactively | 未开始 |
14 - Working with RSocket | 已完成 |
15 - Working with Spring Boot Actuator | 已完成 |
16 - Administering Spring | 已完成 |
17 - Monitoring Spring with JMX | 已完成 |
18 - Deploying Spring | 已完成 |
GitHub地址:https://github.com/LeonLi0102/spring-in-action-v6-translate.git