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 |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/rsf-server/src/main/resources/application.yml b/rsf-server/src/main/resources/application.yml
index 1c5c099..a7db6f4 100644
--- a/rsf-server/src/main/resources/application.yml
+++ b/rsf-server/src/main/resources/application.yml
@@ -2,6 +2,16 @@
   profiles:
     active: dev
 
+config:
+  system-name: @pom.artifactId@
+  system-version: @pom.version@
+  system-mode: ONLINE
+  token-key: KUHSMcYQ4lePt3r6bckz0P13cBJyoonYqInThvQlUnbsFCIcCcZZAbWZ6UNFztYNYPhGdy6eyb8WdIz8FU2Cz396TyTJk3NI2rtXMHBOehRb4WWJ4MdYVVg2oWPyqRQ2
+  super-username: root
+  code-length: 6
+  code-time: 300
+  security-code: 951123
+
 eureka:
   client:
     enabled: false
@@ -13,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:
@@ -26,8 +36,3 @@
 logging:
   file:
     path: logs/@pom.artifactId@
-
-config:
-  token-key: KUHSMcYQ4lePt3r6bckz0P13cBJyoonYqInThvQlUnbsFCIcCcZZAbWZ6UNFztYNYPhGdy6eyb8WdIz8FU2Cz396TyTJk3NI2rtXMHBOehRb4WWJ4MdYVVg2oWPyqRQ2
-  mode: OFFLINE
-  super-username: root
\ No newline at end of file

--
Gitblit v1.9.1