From 6904763f0e74d9a9fa4dbc39f635d2aee39416c6 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期二, 30 九月 2025 09:34:22 +0800
Subject: [PATCH] 2025.9.30

---
 src/main/resources/application.yml |   39 ++++++++++++++-------------------------
 1 files changed, 14 insertions(+), 25 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index ee08b70..4f0622c 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -2,24 +2,6 @@
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource
     driver-class-name: com.mysql.jdbc.Driver
-    #-Test-
-#    url: jdbc:mysql://192.168.0.200:3306/ledger?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
-#    username: root
-#    password: cn.FLIGHTFEATHER
-
-#    url: jdbc:mysql://localhost:3306/ledger?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
-#    username: root
-#    password: 123456
-    #-TestEnd-
-
-    url: jdbc:mysql://localhost:3306/ledger?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false
-    username: ledger
-    password: ledger_fxxchackxr
-
-    #   寮�鍙戣繙绋嬫湇鍔″櫒
-#    url: jdbc:mysql://47.100.191.150:3306/ledger?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false
-#    username: remoteU1
-#    password: eSoF8DnzfGTlhAjE
 
     initialSize: 5
     minIdle: 5
@@ -51,8 +33,9 @@
   jackson:
     time-zone: GMT+8
 
+#鏍规嵁鐜閫夋嫨閰嶇疆
   profiles:
-    active: pro
+    active: @profileActive@
 
   jmx:
     default-domain: ledger
@@ -73,11 +56,17 @@
 logging:
     config: classpath:log4j2.xml
 
-#springfox:
-#  documentation:
-#    swagger:
-#      v2:
-#        enabled: true
+springfox:
+  documentation:
+    swagger:
+      v2:
+        enabled: false
+
 # Swagger json url address
 # etc. https://petstore.swagger.io/
-swagger.url: http://localhost:8080/v3/swagger.json
\ No newline at end of file
+swagger.url: http://localhost:8080/v3/api-docs
+# api璁块棶缃戝潃
+# api url : http://localhost:8080/swagger-ui/index.html
+
+#閽堝寰俊灏忕▼搴忓拰瀹夊崜app涓ょ鍓嶇锛岀洰鍓嶆湁閮ㄥ垎鍖哄埆锛宼rue锛氳〃绀篴pp锛宖alse锛氳〃绀哄皬绋嬪簭
+systemIsApp: false
\ No newline at end of file

--
Gitblit v1.9.3