|
|
@@ -44,8 +44,6 @@ spring: |
|
|
|
# FLOWABLE |
|
|
|
flowable: |
|
|
|
async-executor-activate: false |
|
|
|
flyway: |
|
|
|
enabled: false |
|
|
|
aop: |
|
|
|
proxy-target-class: true |
|
|
|
auto: true |
|
|
@@ -53,6 +51,7 @@ spring: |
|
|
|
locations: classpath:/db/migration |
|
|
|
baseline-on-migrate: true |
|
|
|
baseline-version: 1 |
|
|
|
enabled: false |
|
|
|
|
|
|
|
|
|
|
|
# MybatisPlus |
|
|
|