Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
4a1f531b13
|
@ -93,6 +93,17 @@ module.exports = {
|
|||
['/guide/diboot-devtools/代码生成与更新', '代码生成与更新']
|
||||
]
|
||||
}
|
||||
],
|
||||
'/guide/faq/': [
|
||||
{
|
||||
title: 'F&Q',
|
||||
collapsable: true,
|
||||
sidebarDepth: 2,
|
||||
children: [
|
||||
['/guide/faq/devtools', 'devtools开发助理'],
|
||||
['/guide/faq/iam', 'IAM 组件']
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
nav: [{
|
||||
|
@ -100,6 +111,7 @@ module.exports = {
|
|||
}, {
|
||||
text: '基础组件 指南',
|
||||
items: [
|
||||
{ text: 'F&Q', link: '/guide/faq/devtools' },
|
||||
{ text: 'core基础内核', link: '/guide/diboot-core/安装' },
|
||||
{ text: 'IAM身份认证', link: '/guide/diboot-iam/介绍' },
|
||||
{ text: 'File文件组件', link: '/guide/diboot-file/介绍' }
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# diboot-core 及 diboot-core-spring-boot-starter 相关
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# diboot-devtools-spring-boot-starter相关
|
||||
|
||||
1. devtools最怕什么?
|
||||
|
||||
答:项目路径中有中文。。。
|
|
@ -0,0 +1,5 @@
|
|||
# diboot-iam-base-spring-boot-starter相关
|
||||
|
||||
1. 为什么我首次启动后,接口不能访问?
|
||||
|
||||
答:您好,首次启动,devtools将为您的项目进行数据库初始化和生成基础代码等工作,这些都需要您在这些流程完成之后,重启应用方可生效。
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue