Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down