From f360d164d924eddb4ca5ee914ed5879f972cb47b Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期六, 06 四月 2024 17:48:13 +0800 Subject: [PATCH] 检验任务的缺漏代码 --- system-run/src/main/resources/application-dev.yml | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/system-run/src/main/resources/application-dev.yml b/system-run/src/main/resources/application-dev.yml index 0b6562b..e09f7a1 100644 --- a/system-run/src/main/resources/application-dev.yml +++ b/system-run/src/main/resources/application-dev.yml @@ -5,7 +5,7 @@ logging: config: classpath:logback-spring.xml # 鏃ュ織瀛樺偍璺緞+++++++++++++++++++++++++++杩愮淮闇�瑕侀厤缃�+++++++++++++++++++++++++++ - file-location: D:\楣撻洀鍏徃\frame-after\logs_IS_UNDEFINED + file-location: D:\楣撻洀鍏徃\frame-after\logs # 鏁版嵁搴撳浠借矾寰� backup: @@ -18,9 +18,11 @@ # 鐓х墖瀛樺偍璺緞+++++++++++++++++++++++++++杩愮淮闇�瑕侀厤缃�+++++++++++++++++++++++++++ file: - path: D:/webapp/images + path: D:\椤圭洰鏂囦欢瀛樺偍\image # 涓婁紶鏂囦欢鍏佽鐨勬墿灞曞悕 allowed: png,jpg,jpeg,gif + +wordUrl: D:\椤圭洰鏂囦欢瀛樺偍\word mybatis-plus: type-aliases-package: com.yuanchu.mom.pojo @@ -34,7 +36,7 @@ datasource: type: com.alibaba.druid.pool.DruidDataSource driverClassName: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/shengyun?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 druid: -- Gitblit v1.9.3