application.yml 310 B

12345678910111213
  1. #服务器端口
  2. server:
  3. port: 8008
  4. #flowable配置
  5. flowable:
  6. activity-font-name: \u5B8B\u4F53
  7. label-font-name: \u5B8B\u4F53
  8. annotation-font-name: \u5B8B\u4F53
  9. check-process-definitions: false
  10. database-schema-update: false
  11. async-executor-activate: false
  12. async-history-executor-activate: false