更新文档diboot-v2链接

This commit is contained in:
JerryMa1024 2020-07-24 06:11:02 +08:00
parent b05d770074
commit af0c90cd6e
4 changed files with 5 additions and 5 deletions

View File

@ -159,4 +159,4 @@ spring.datasource.hikari.driver-class-name=com.mysql.cj.jdbc.Driver
#### 3. 详细文档 - [diboot-core 官方文档](https://www.diboot.com/guide/diboot-core/%E5%AE%89%E8%A3%85.html)
#### 4. 参考样例 - [diboot-core-example](https://github.com/dibo-software/diboot-v2-example/tree/master/diboot-core-example)
#### 4. 参考样例 - [diboot-core-example](https://github.com/dibo-software/diboot-example/tree/master/diboot-core-example)

View File

@ -156,11 +156,11 @@ module.exports = {
items: [
{
text: 'Gitee',
link: 'https://gitee.com/dibo_software/diboot-v2'
link: 'https://gitee.com/dibo_software/diboot'
},
{
text: 'GitHub',
link: 'https://github.com/dibo-software/diboot-v2'
link: 'https://github.com/dibo-software/diboot'
}
]
}/*, {

View File

@ -138,6 +138,6 @@ diboot-file组件有以下一个配置项用于设置本地文件的存储起
files.storage.directory=/myfile
~~~
## 样例参考 - [diboot-file-example](https://github.com/dibo-software/diboot-v2-example/tree/master/diboot-file-example)
## 样例参考 - [diboot-file-example](https://github.com/dibo-software/diboot-example/tree/master/diboot-file-example)
> 使用过程中遇到问题,可加群交流。

View File

@ -89,6 +89,6 @@ diboot.iam.enable-permission-check=true
diboot.iam.cache-manager-class=org.apache.shiro.cache.MemoryConstrainedCacheManager
```
## 7、样例参考 - [diboot-iam-example](https://github.com/dibo-software/diboot-v2-example/tree/master/diboot-iam-example)
## 7、样例参考 - [diboot-iam-example](https://github.com/dibo-software/diboot-example/tree/master/diboot-iam-example)
> 使用过程中遇到问题,可加群交流。