From 3034fcaba0301ed1f200e9c388417360422478b6 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 19 四月 2024 14:30:55 +0800 Subject: [PATCH] 数据字典添加类型+检验项目的要求值逻辑+资质bug修改 --- system-run/src/main/resources/application-dev.yml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/system-run/src/main/resources/application-dev.yml b/system-run/src/main/resources/application-dev.yml index 7b63943..87cdec8 100644 --- a/system-run/src/main/resources/application-dev.yml +++ b/system-run/src/main/resources/application-dev.yml @@ -37,6 +37,7 @@ datasource: type: com.alibaba.druid.pool.DruidDataSource driverClassName: com.mysql.cj.jdbc.Driver + #url: jdbc:mysql://localhost:3306/center_lims?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8 url: jdbc:mysql://114.132.189.42:9004/center-lims?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8 username: root password: 123456 -- Gitblit v1.9.3