Browse Source

:zap: 关闭flowable自动建表功能,需要则手动导入sql,不需要则移除flow模块

smallchill 6 years ago
parent
commit
70c2d93163
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/application.yml

+ 1 - 0
src/main/resources/application.yml

@@ -88,6 +88,7 @@ flowable:
   label-font-name: \u5B8B\u4F53
   annotation-font-name: \u5B8B\u4F53
   check-process-definitions: false
+  database-schema-update: false
 
 #oss默认配置
 oss: