From c03cfd052348f0f83655b942e1564597da301ec1 Mon Sep 17 00:00:00 2001
From: 郑永安 <zyazyz250@sina.com>
Date: 星期一, 04 九月 2023 17:50:19 +0800
Subject: [PATCH] freemarker配置

---
 src/main/resources/application.yml |   37 ++++++++++++++++++-------------------
 1 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index dc0a68b..b70fc9d 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,4 @@
-# swagger生产环境中禁止显示
-swagger: 
-  show: false
+
 # mysql 多数据源
 spring:
   application:
@@ -13,22 +11,21 @@
 #    active: test-local
 
   #redis
-  redis:
-    database: 0
-    host: 10.187.1.202
-    port: 6379
-    password: ZhongtaiRedis@103
-    redisson:
-      pool:
-        max-active: 12
-        min-idle: 6
-
-    jedis:
-      pool:
-        max-idle: 8
-        max-active: 8
-        max-wait: -1ms
-        min-idle: 1
+#  redis:
+#    database: 0
+#    host: 10.187.1.202
+#    port: 6379
+#    password: ZhongtaiRedis@103
+#    redisson:
+#      pool:
+#        max-active: 12
+#        min-idle: 6
+#    jedis:
+#      pool:
+#        max-idle: 8
+#        max-active: 8
+#        max-wait: -1ms
+#        min-idle: 1
   #security
   security:
     user:
@@ -57,6 +54,8 @@
   mapper-locations: classpath*:com/gk/hotwork/**/*.xml
   type-aliases-package: com.gk.hotwork.Domain
   type-enums-package: com.gk.hotwork.Domain.Enum
+  configuration:
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
 #线程池配置
 threadPool:

--
Gitblit v1.9.2