From 6ccb8ea38b1aa4f84bfd5c4850edfce9b30ead8c Mon Sep 17 00:00:00 2001 From: click33 <2393584716@qq.com> Date: Mon, 13 Sep 2021 03:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sa-token-doc/doc/start/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa-token-doc/doc/start/example.md b/sa-token-doc/doc/start/example.md index 3a5610da..35cb594b 100644 --- a/sa-token-doc/doc/start/example.md +++ b/sa-token-doc/doc/start/example.md @@ -6,7 +6,7 @@ --- ### 1、创建项目 -在IDE中新建一个SpringBoot项目,例如:`sa-token-demo-springboot`(不会的同学请自行百度或者参考github示例) +在IDE中新建一个SpringBoot项目,例如:`sa-token-demo-springboot`(不会的同学请自行百度或者参考:[SpringBoot-Pure](https://gitee.com/click33/springboot-pure)) ### 2、添加依赖