Skip to content

Commit

Permalink
Add spring-boot-devtools instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maiconandsilva committed Mar 20, 2023
1 parent e794035 commit 922efbb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,21 @@ zk.xml:
</zk>
```

### Spring Boot dev-tools

In order to make ZK work with __spring-boot-devtools__ without raising any errors create a `META-INF/spring-devtools.properties` in the `grails-app/conf/` folder including Grailszk, all ZK dependencies, components, themes and plugins. e.g:

```shell
restart.include.zk=/z[\\w]+-[\\w\\d-\\.]+\\.jar
restart.include.ckez=/ckez-(.*).jar
restart.include.breeze=/breeze-(.*).jar
restart.include.grailszk=/grailszk-(.*).jar
restart.include.silvertail=/silvertail-(.*).jar
restart.include.iceblue_c=/iceblue_c-(.*).jar
restart.include.sapphire=/sapphire-(.*).jar
restart.include.codemirror=/(.*)codemirror(.*).jar
```

## Usage

- See [this simple Grailszk Example project](https://github.com/maiconandsilva/grailszk-example).
Expand Down

0 comments on commit 922efbb

Please sign in to comment.