浏览代码

fix

master
winter 4 个月前
父节点
当前提交
28f78f3341
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. +2
    -0
      bjairAdmin/src/main/resources/application.yml
  2. +2
    -0
      bjairCApi/src/main/resources/application.yml

+ 2
- 0
bjairAdmin/src/main/resources/application.yml 查看文件

@@ -44,6 +44,8 @@ spring:
# FLOWABLE # FLOWABLE
flowable: flowable:
async-executor-activate: false async-executor-activate: false
flyway:
enabled: false
aop: aop:
proxy-target-class: true proxy-target-class: true
auto: true auto: true


+ 2
- 0
bjairCApi/src/main/resources/application.yml 查看文件

@@ -26,6 +26,8 @@ spring:
# max-message-size: 4194304 # max-message-size: 4194304
# retry-another-broker-when-not-store-ok: false # retry-another-broker-when-not-store-ok: false
# retry-times-when-send-failed: 2 # retry-times-when-send-failed: 2
flyway:
enabled: false


# MybatisPlus # MybatisPlus
mybatis-plus: mybatis-plus:


正在加载...
取消
保存