更新文档diboot-v2链接
This commit is contained in:
parent
b05d770074
commit
af0c90cd6e
|
@ -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)
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
]
|
||||
}/*, {
|
||||
|
|
|
@ -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)
|
||||
|
||||
> 使用过程中遇到问题,可加群交流。
|
|
@ -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)
|
||||
|
||||
> 使用过程中遇到问题,可加群交流。
|
Loading…
Reference in New Issue