Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
mazhicheng 2020-03-24 13:05:43 +08:00
commit 4a1f531b13
6 changed files with 2166 additions and 0 deletions

View File

@ -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/介绍' }

View File

@ -0,0 +1,2 @@
# diboot-core 及 diboot-core-spring-boot-starter 相关

View File

@ -0,0 +1,5 @@
# diboot-devtools-spring-boot-starter相关
1. devtools最怕什么
答:项目路径中有中文。。。

View File

View File

@ -0,0 +1,5 @@
# diboot-iam-base-spring-boot-starter相关
1. 为什么我首次启动后,接口不能访问?
您好首次启动devtools将为您的项目进行数据库初始化和生成基础代码等工作这些都需要您在这些流程完成之后重启应用方可生效。

2142
diboot-docs/yarn.lock Normal file

File diff suppressed because it is too large Load Diff