From 2bd5aab6644a9f82e90b3648b99a1c7e386d288b Mon Sep 17 00:00:00 2001 From: duanledexianxianxian Date: Mon, 3 Aug 2020 19:21:25 +0800 Subject: [PATCH] Example doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d740bfc..c7ca93f 100644 --- a/README.md +++ b/README.md @@ -302,11 +302,11 @@ private SystemProperties systemProperties; -## 参考链接 +## [参考链接](https://docs.spring.io/spring-boot/docs/2.1.6.RELEASE/reference/html/) -1. [SpringBoot读取配置文件的6种方式]: https://my.oschina.net/imlim/blog/1859091 +1. [SpringBoot读取配置文件的6种方式](https://my.oschina.net/imlim/blog/1859091) -2. [Spring Boot官方参考文档]: https://docs.spring.io/spring-boot/docs/2.1.6.RELEASE/reference/html/ +2. [Spring Boot官方参考文档](https://docs.spring.io/spring-boot/docs/2.1.6.RELEASE/reference/html) -- GitLab