docs: update wg-basic/activiti
This commit is contained in:
parent
be6444ae45
commit
ba46cb4931
@ -2,7 +2,7 @@
|
|||||||
title: 6.流程引擎模块
|
title: 6.流程引擎模块
|
||||||
description: activiti流程引擎模块的使用
|
description: activiti流程引擎模块的使用
|
||||||
published: true
|
published: true
|
||||||
date: 2021-09-01T14:17:44.655Z
|
date: 2021-09-01T14:17:52.699Z
|
||||||
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
|
||||||
@ -53,7 +53,7 @@ spring:
|
|||||||
# 启动类
|
# 启动类
|
||||||
|
|
||||||
启动类需要增加配置
|
启动类需要增加配置
|
||||||
`@SpringBootApplication` 注解增加 `exclude = SecurityAutoConfiguration.class`
|
`@SpringBootApplication` 注解增加 `exclude=SecurityAutoConfiguration.class`
|
||||||
|
|
||||||
```
|
```
|
||||||
@SpringBootApplication(exclude = SecurityAutoConfiguration.class)
|
@SpringBootApplication(exclude = SecurityAutoConfiguration.class)
|
||||||
|
Loading…
Reference in New Issue
Block a user