feat: ASW-62 Environment session 停止捕包接口开发
This commit is contained in:
@@ -10,6 +10,8 @@ spring:
|
||||
no-cache: true
|
||||
# max-age: 30d
|
||||
# cache-public: true
|
||||
jackson:
|
||||
default-property-inclusion: non_empty
|
||||
profiles:
|
||||
active: prod
|
||||
include: magic-api
|
||||
@@ -26,7 +28,7 @@ spring:
|
||||
baseline-on-migrate: true # 连接数据库中存在表时设置为true
|
||||
locations: classpath:db/migration # 脚本路径
|
||||
clean-disabled: false # flyway 的 clean 命令会删除指定 schema 下的所有 table, 生产务必禁掉。这个默认值是 false 理论上作为默认配置是不科学的
|
||||
validate-on-migrate: true # 执行迁移时是否自动调用验证 当你的 版本不符合逻辑 比如 你先执行了 DML 而没有 对应的DDL 会抛出异常
|
||||
validate-on-migrate: false # 执行迁移时是否自动调用验证 当你的 版本不符合逻辑 比如 你先执行了 DML 而没有 对应的DDL 会抛出异常
|
||||
placeholder-replacement: false # 不做取值替换 默认替换为 ${} ,初始化sql中有sql语句存在freemarker替换,所以禁用此项
|
||||
servlet:
|
||||
multipart:
|
||||
@@ -71,4 +73,4 @@ mybatis-plus:
|
||||
banner: false
|
||||
|
||||
logging:
|
||||
config: ./config/logback-spring.xml
|
||||
config: D:\IdeaProjects\asw-controller\src\main\resources\config\logback-spring.xml
|
||||
Reference in New Issue
Block a user