Browse Source

fix

master
winter 9 months ago
parent
commit
28f78f3341
2 changed files with 4 additions and 0 deletions
  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 View File

@@ -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 View File

@@ -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:


Loading…
Cancel
Save