Skip to content

Commit 7f074a5

Browse files
committed
[docs add]Spring Boot核心源码解读
1 parent 9b98d1b commit 7f074a5

File tree

4 files changed

+57
-1041
lines changed

4 files changed

+57
-1041
lines changed

docs/.vuepress/sidebar/index.ts

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export default sidebar({
269269
"sql-questions-02",
270270
"sql-questions-03",
271271
"sql-questions-04",
272-
"sql-questions-05"
272+
"sql-questions-05",
273273
],
274274
},
275275
],
@@ -394,6 +394,7 @@ export default sidebar({
394394
"spring-knowledge-and-questions-summary",
395395
"springboot-knowledge-and-questions-summary",
396396
"spring-common-annotations",
397+
"springboot-source-code",
397398
{
398399
text: "重要知识点",
399400
icon: "star",
@@ -487,6 +488,16 @@ export default sidebar({
487488
icon: "lock",
488489
children: ["distributed-lock", "distributed-lock-implementations"],
489490
},
491+
{
492+
text: "分布式事务",
493+
icon: "transanction",
494+
children: ["distributed-transaction"],
495+
},
496+
{
497+
text: "分布式配置中心",
498+
icon: "configuration",
499+
children: ["distributed-configuration-center"],
500+
},
490501
{
491502
text: "RPC",
492503
prefix: "rpc/",
@@ -501,18 +512,6 @@ export default sidebar({
501512
collapsible: true,
502513
children: ["zookeeper-intro", "zookeeper-plus"],
503514
},
504-
{
505-
text: "分布式事务",
506-
icon: "transanction",
507-
collapsible: true,
508-
children: ["distributed-transaction"],
509-
},
510-
{
511-
text: "分布式配置中心",
512-
icon: "configuration",
513-
collapsible: true,
514-
children: ["distributed-configuration-center"],
515-
},
516515
],
517516
},
518517
{

0 commit comments

Comments
 (0)