From a3644d716dedc5a6d164d5eeef4ffcf6f988e509 Mon Sep 17 00:00:00 2001
From: weimingfei <fei_gaming@sina.com>
Date: 星期三, 14 一月 2026 11:32:42 +0800
Subject: [PATCH] 指纹钥匙柜bug修改
---
server/visits/openapi/src/main/resources/application.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/visits/openapi/src/main/resources/application.yml b/server/visits/openapi/src/main/resources/application.yml
index a69bc7c..308d275 100644
--- a/server/visits/openapi/src/main/resources/application.yml
+++ b/server/visits/openapi/src/main/resources/application.yml
@@ -9,7 +9,7 @@
# application:
# name: doumeevisit
profiles:
- active: proHS
+ active: test
# JSON杩斿洖閰嶇疆
jackson:
@@ -29,7 +29,7 @@
mapper-locations: classpath*:/mappers/**/*.xml
configuration:
map-underscore-to-camel-case: true
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+ log-impl: com.doumee.config.mybatis.DmStdOutImpl
# 缂撳瓨鍐呭璁剧疆
--
Gitblit v1.9.3