You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 返回的分页数据 请用pagehelp的PageInfo
|
|
|
|
# 引入redis
|
|
## 需要在yml文件中配置prefix指定前缀
|
|
```yaml
|
|
zhehe:
|
|
common:
|
|
redis:
|
|
prefix:
|
|
```
|
|
# 引入md5加密
|
|
## 需配置secretSalt
|
|
```yaml
|
|
zhehe:
|
|
common:
|
|
md5:
|
|
secretSalt:
|
|
```
|
|
|
|
|
|
|