From 6ece72ce0f0ec0d11e68fe797e7a4911dfc5b526 Mon Sep 17 00:00:00 2001 From: zhangzhuo Date: Sun, 20 Mar 2022 12:38:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 578ee67..5cb0199 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ [https://gitee.com/starblues/springboot-plugin-framework-parent](https://gitee.com/starblues/springboot-plugin-framework-parent) #### 对应文档 -[https://www.yuque.com/starblues/spring-brick-v3.0.0](https://www.yuque.com/starblues/spring-brick-v3.0.0) +[https://www.yuque.com/starblues/spring-brick-3.0.0](https://www.yuque.com/starblues/spring-brick-3.0.0) -- Gitee From 5f0ce893a9a6e43893013367998f6930b8be4957 Mon Sep 17 00:00:00 2001 From: zhangzhuo Date: Sun, 20 Mar 2022 12:41:38 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example-main/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-main/src/main/resources/application-dev.yml b/example-main/src/main/resources/application-dev.yml index 6782242..8203fd7 100644 --- a/example-main/src/main/resources/application-dev.yml +++ b/example-main/src/main/resources/application-dev.yml @@ -26,7 +26,7 @@ plugin: mainPackage: com.gitee.starblues.example # 如果配置是 windows 下路径, mac、linux 自行修改 pluginPath: - #- ~\example-plugins-basic + - ~\example-plugins-basic - ~\example-plugins-db #- ~\example-plugins-cloud -- Gitee