From 1cd1418df362f47bf2ca8dc6d8d599e1e71e8e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E9=9B=A8?= <49756728+cetr@users.noreply.github.com> Date: Sat, 16 Jul 2022 13:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E6=96=87=E6=9C=AC=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3e2688..811d11a 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ git clone https://github.com/halo-sigs/plugin-template ### Halo 配置文件修改 -修改 halo/src/resources/application-dev.yaml +修改 halo/src/main/resources/application-dev.yaml ```yaml halo: @@ -346,7 +346,7 @@ cd ./halo-dev/dev-plugins/plugin-template ```bash cd ./halo-dev/halo -./graldew.bat bootRun --args="--spring.profiles.active=dev" +./gradlew.bat bootRun --args="--spring.profiles.active=dev" # or macOS/Linux