From 08824ef346ed8af8eafd6a5480c42dbe0daaf1f2 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 27 二月 2025 10:25:44 +0800
Subject: [PATCH] #
---
rsf-server/src/main/resources/application.yml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/rsf-server/src/main/resources/application.yml b/rsf-server/src/main/resources/application.yml
index 035aada..f186121 100644
--- a/rsf-server/src/main/resources/application.yml
+++ b/rsf-server/src/main/resources/application.yml
@@ -1,11 +1,11 @@
spring:
profiles:
- active: prod
+ active: dev
config:
system-name: @pom.artifactId@
system-version: @pom.version@
- system-mode: ONLINE
+ system-mode: OFFLINE
token-key: KUHSMcYQ4lePt3r6bckz0P13cBJyoonYqInThvQlUnbsFCIcCcZZAbWZ6UNFztYNYPhGdy6eyb8WdIz8FU2Cz396TyTJk3NI2rtXMHBOehRb4WWJ4MdYVVg2oWPyqRQ2
super-username: root
code-length: 6
@@ -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