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/UnLoadGlassModule/src/main/resources/application.yml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml index 9468ed9..6c89ab2 100644 --- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml +++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml @@ -21,3 +21,6 @@ throughWidth: 3000 throughHeight: 2500 threshold: 5 #涓嬬墖鐨勬渶澶ч槇鍊� + scan: + ip: 127.0.0.1 + port: 5000 -- Gitblit v1.8.0