From 93320802e24849dfefe6680f54a9a455b81ca470 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期三, 04 九月 2024 20:12:20 +0800 Subject: [PATCH] 1、系统引入liquibase,用于记录数据库版本更新 2、新增字典类型表及字典详情表,并以liquibase的方式创建表导入数据 --- hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml index 12e113b..c959cf7 100644 --- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml +++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml @@ -5,6 +5,9 @@ active: dev application: name: temperingGlass + liquibase: + enabled: true + change-log: classpath:changelog/changelog.sql mybatis-plus: mapper-locations: classpath*:mapper/*.xml configuration: -- Gitblit v1.8.0