From d4eb41dd6ab9a0295dcc683d3b5a54bd217b7b6e Mon Sep 17 00:00:00 2001 From: RockMan <985449475@qq.com> Date: Sat, 6 Feb 2021 15:34:23 +0800 Subject: [PATCH] update sa-token-doc/doc/use/config.md. --- sa-token-doc/doc/use/config.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sa-token-doc/doc/use/config.md b/sa-token-doc/doc/use/config.md index 0c2ffccb..a35028a7 100644 --- a/sa-token-doc/doc/use/config.md +++ b/sa-token-doc/doc/use/config.md @@ -1,6 +1,6 @@ # 框架配置 -- 你可以**零配置启动框架** -- 但同时你也可以通过配置,定制性使用框架,`sa-token`支持多种方式配置框架信息 +你可以**零配置启动框架**
+但同时你也可以通过配置,定制性使用框架,`sa-token`支持多种方式配置框架信息 @@ -26,8 +26,7 @@ spring: token-style: uuid ``` -- 如果你习惯于 `application.properties` 类型的配置文件,那也很好办: -- 百度: [springboot properties与yml 配置文件的区别](https://www.baidu.com/s?ie=UTF-8&wd=springboot%20properties%E4%B8%8Eyml%20%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E7%9A%84%E5%8C%BA%E5%88%AB) +如果你习惯于 `application.properties` 类型的配置文件,那也很好办: 百度: [springboot properties与yml 配置文件的区别](https://www.baidu.com/s?ie=UTF-8&wd=springboot%20properties%E4%B8%8Eyml%20%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E7%9A%84%E5%8C%BA%E5%88%AB) ### 方式2、通过代码配置