diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 3441873b67..452ef651af 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,63 +4,10 @@
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -85,12 +32,14 @@
@@ -107,6 +56,7 @@
+
@@ -246,7 +196,13 @@
-
+
+
+
+
+
+
+
1632420206392
@@ -360,7 +316,21 @@
1637610032904
-
+
+ 1646496865741
+
+
+
+ 1646496865741
+
+
+ 1646496916425
+
+
+
+ 1646496916425
+
+
@@ -392,7 +362,9 @@
-
+
+
+
diff --git a/jackson-modules/jackson-conversions/README.md b/jackson-modules/jackson-conversions/README.md
index 438eaff052..25e299800a 100644
--- a/jackson-modules/jackson-conversions/README.md
+++ b/jackson-modules/jackson-conversions/README.md
@@ -1,6 +1,6 @@
-## Jackson Conversions
+## Jackson 转换
-This module contains articles about Jackson conversions.
+这个模块主要是针对 Jackson 转换(Jackson Conversions) 有关的文章。
### Relevant Articles:
- [Jackson – Unmarshall to Collection/Array](https://www.baeldung.com/jackson-collection-array)
diff --git a/jackson-modules/jackson/README.md b/jackson-modules/jackson/README.md
index 50e13a5b75..5fa0e1e7d9 100644
--- a/jackson-modules/jackson/README.md
+++ b/jackson-modules/jackson/README.md
@@ -1,12 +1,12 @@
-## Jackson Cookbooks and Examples
+## Jackson 相关文章和实例
-This module contains articles about Jackson.
+这个模块主要是针对 Jackson 有关的文章
-### The Course
+### 相关课程和讨论
-The "REST With Spring" Classes: http://bit.ly/restwithspring
+有关 "计算机设计相关的课程" :https://www.ossez.com/
-### Relevant Articles:
+### 相关文章
- [Using Optional with Jackson](https://www.baeldung.com/jackson-optional)
- [Compare Two JSON Objects with Jackson](https://www.baeldung.com/jackson-compare-two-json-objects)
- [Jackson vs Gson](https://www.baeldung.com/jackson-vs-gson)