Skip to content

Commit

Permalink
Add working with spring-boot-devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Yang committed Mar 3, 2019
1 parent 0986c9b commit 6667470
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,12 @@ For full example, see [shiro-redis-spring-boot-tutorial](https://github.com/alex
| shiro-redis.cache-manager.key-prefix | `shiro:cache:` | Custom your redis key prefix for cache management<br>**Note**: Remember to add colon at the end of prefix. |


## Working with `spring-boot-devtools`
If you are using `shiro-redis` with `spring-boot-devtools`. Please add this line to `resources/META-INF/spring-devtools.properties` (Create it if there is no this file):
```ini
restart.include.shiro-redis=/shiro-[\\w-\\.]+jar
```

# If you found any bugs

Please create the issue
Expand Down

0 comments on commit 6667470

Please sign in to comment.