From 8f5cb469b825cce61734c84fd633f0dfc3000ee6 Mon Sep 17 00:00:00 2001 From: guyue <1721849008@qq.com> Date: 星期二, 08 七月 2025 18:50:01 +0800 Subject: [PATCH] 第三方接口请求数据完成 --- src/main/resources/application.yml | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ecda751..a9824ed 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,7 +5,10 @@ jwt: secret: linghu-system-mySuperSecretKeyThatIsAtLeast-key-2024 expiration: 3600 - + #open-crypt +app: + crypt: + secret-key: "fY9tX7vX7qH5bN2cD8eM4xD2fH7uL4xM" spring: datasource: url: jdbc:mysql://192.168.110.21:3306/linghu_geo_system?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&characterEncoding=UTF-8 @@ -24,6 +27,11 @@ logic-not-delete-value: 0 configuration: map-underscore-to-camel-case: false - + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl + +logging: + level: + # 将Mapper接口所在的包路径设置为DEBUG级别 + com.linghu.mapper: DEBUG # 替换为你的Mapper接口包路径 linghu: - url: http://182.92.208.99:8000/api/v1 \ No newline at end of file + url: http://182.92.208.99:8000 \ No newline at end of file -- Gitblit v1.7.1