Browse Source

fix

master
winter 9 hours ago
parent
commit
d629267f51
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      bjairAdmin/src/main/resources/application.yml

+ 1
- 2
bjairAdmin/src/main/resources/application.yml View File

@@ -44,8 +44,6 @@ 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
@@ -53,6 +51,7 @@ spring:
locations: classpath:/db/migration locations: classpath:/db/migration
baseline-on-migrate: true baseline-on-migrate: true
baseline-version: 1 baseline-version: 1
enabled: false




# MybatisPlus # MybatisPlus


Loading…
Cancel
Save