From 2f79f04bac437c6a09b3ebf4d0458522c3d413d8 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 20 二月 2025 09:41:28 +0800
Subject: [PATCH] #优化 1. dom文件引用优化 2. 接口文档代码优化
---
rsf-server/src/main/resources/application.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rsf-server/src/main/resources/application.yml b/rsf-server/src/main/resources/application.yml
index ee5cf27..a7db6f4 100644
--- a/rsf-server/src/main/resources/application.yml
+++ b/rsf-server/src/main/resources/application.yml
@@ -23,7 +23,7 @@
# global-config:
# field-strategy: 0
configuration:
- # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
map-underscore-to-camel-case: true
cache-enabled: true
global-config:
@@ -35,4 +35,4 @@
logging:
file:
- path: logs/@pom.artifactId@
\ No newline at end of file
+ path: logs/@pom.artifactId@
--
Gitblit v1.9.1