Skip to content

Commit

Permalink
🐛 activiti 建表不自动创建history表的问题,修改 activiti 初始化表启用历史表
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Jul 1, 2019
1 parent dd661e3 commit dd49987
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spring-boot-demo-activiti/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ spring:
useUnicode: true
characterEncoding: utf8
# 这个必须要加,否则 Activiti 自动建表会失败
nullCatalogMeansCurrent: true
nullCatalogMeansCurrent: true
activiti:
history-level: full
db-history-used: true

0 comments on commit dd49987

Please sign in to comment.