From 6f1a421696df24fcfcdcbd45e0cb8b15c79b47f6 Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期一, 13 一月 2025 17:10:59 +0800 Subject: [PATCH] 平台增加日志记录框架 --- src/main/resources/config/application-dev.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/resources/config/application-dev.yml b/src/main/resources/config/application-dev.yml index 048c800..65c9954 100644 --- a/src/main/resources/config/application-dev.yml +++ b/src/main/resources/config/application-dev.yml @@ -20,7 +20,7 @@ datasource: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.highgo.jdbc.Driver - url: jdbc:highgo://192.168.10.133:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 + url: jdbc:highgo://192.168.10.183:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 username: sysdba password: Fg001@HDW # type: com.alibaba.druid.pool.DruidDataSource @@ -91,6 +91,8 @@ defaultKey: ENC(KdXXhvt6v7BDw7MgsR4J1OgahZgjl3kEil10+147oGA=) iv: ENC(Gtzf6s+BRoC1iQsRLMswSlBDSMom0kWtx5+SMJgaVDg=) i18n: zh-CN +logging: + config: classpath:config/logback-spring.xml #瑙嗛娴佺殑id video: streamIds: -- Gitblit v1.9.1