feat(education): complete Flyway migration and atomic submit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
spring:
|
||||
main:
|
||||
lazy-initialization: true
|
||||
banner-mode: off
|
||||
sql:
|
||||
init:
|
||||
mode: always
|
||||
continue-on-error: false
|
||||
data:
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 16379
|
||||
database: 0
|
||||
|
||||
yudao:
|
||||
info:
|
||||
base-package: cn.iocoder.yudao.module
|
||||
education:
|
||||
enabled: true
|
||||
|
||||
mybatis-plus:
|
||||
global-config:
|
||||
db-config:
|
||||
logic-delete-value: true
|
||||
logic-not-delete-value: false
|
||||
|
||||
mybatis:
|
||||
lazy-initialization: true
|
||||
Reference in New Issue
Block a user