Browse Source

🐛 activiti 建表不自动创建history表的问题

pull/1/head
Yangkai.Shen 6 years ago
parent
commit
66d113196a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      spring-boot-demo-activiti/src/main/resources/application.yml

+ 3
- 1
spring-boot-demo-activiti/src/main/resources/application.yml View File

@@ -1,3 +1,5 @@
spring:
activiti:
check-process-definitions: false
check-process-definitions: false
db-history-used: true
history-level: full

Loading…
Cancel
Save