docs: update wg-basic/activiti
This commit is contained in:
parent
d9ccbc05c4
commit
be6444ae45
@ -2,7 +2,7 @@
|
|||||||
title: 6.流程引擎模块
|
title: 6.流程引擎模块
|
||||||
description: activiti流程引擎模块的使用
|
description: activiti流程引擎模块的使用
|
||||||
published: true
|
published: true
|
||||||
date: 2021-09-01T09:54:47.047Z
|
date: 2021-09-01T14:17:44.655Z
|
||||||
tags: wg-basic, activiti
|
tags: wg-basic, activiti
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-09-01T09:28:31.684Z
|
dateCreated: 2021-09-01T09:28:31.684Z
|
||||||
@ -50,6 +50,15 @@ spring:
|
|||||||
|
|
||||||
注意:`spring.datasource.druid` 配置中需要添加 **nullCatalogMeansCurrent=true** 参数用于防止项目启动自动建表失败的
|
注意:`spring.datasource.druid` 配置中需要添加 **nullCatalogMeansCurrent=true** 参数用于防止项目启动自动建表失败的
|
||||||
|
|
||||||
|
# 启动类
|
||||||
|
|
||||||
|
启动类需要增加配置
|
||||||
|
`@SpringBootApplication` 注解增加 `exclude = SecurityAutoConfiguration.class`
|
||||||
|
|
||||||
|
```
|
||||||
|
@SpringBootApplication(exclude = SecurityAutoConfiguration.class)
|
||||||
|
```
|
||||||
|
|
||||||
# 添加菜单
|
# 添加菜单
|
||||||
|
|
||||||
菜单路径为:`/route/activiti/list`
|
菜单路径为:`/route/activiti/list`
|
Loading…
Reference in New Issue
Block a user