Skip to content

Commit dd49987

Browse files
committed
🐛 activiti 建表不自动创建history表的问题,修改 activiti 初始化表启用历史表
1 parent dd661e3 commit dd49987

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spring-boot-demo-activiti/src/main/resources/application.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ spring:
1010
useUnicode: true
1111
characterEncoding: utf8
1212
# 这个必须要加,否则 Activiti 自动建表会失败
13-
nullCatalogMeansCurrent: true
13+
nullCatalogMeansCurrent: true
14+
activiti:
15+
history-level: full
16+
db-history-used: true

0 commit comments

Comments
 (0)