From 45c2758d215e9a1b632a84818fc299f2032b1225 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 25 Aug 2022 17:56:44 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0=20https=20=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=9A=84=20README=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo-others/demo-others-https/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-others/demo-others-https/README.md b/demo-others/demo-others-https/README.md index 77fe88e..2fdf7a2 100644 --- a/demo-others/demo-others-https/README.md +++ b/demo-others/demo-others-https/README.md @@ -145,5 +145,5 @@ $ keytool --help 使用 -conf 选项可指定预配置的选项文件。 ``` -- Spring Boot 配置 SSL 参考官方文档:https://docs.spring.io/spring-boot/docs/3.0.0-M4/reference/htmlsingle/#howto.webserver.configure-ssl +- [Spring Boot 官方文档之配置 SSL](https://docs.spring.io/spring-boot/docs/3.0.0-M4/reference/htmlsingle/#howto.webserver.configure-ssl) - [Java Keytool工具简介](https://blog.csdn.net/liumiaocn/article/details/61921014)