From 237d7c42498806a3ca205f63d151671a45304854 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 28 七月 2022 09:19:11 +0800
Subject: [PATCH] 1. 承诺书pdf生产模块

---
 src/main/resources/application.yml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index af25bea..557ae7a 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -52,7 +52,7 @@
     time-zone: GMT+8
 
   profiles:
-    active: '@profileActive@'
+    active: '@profile.active@'
 
   jmx:
     default-domain: ledger
@@ -73,11 +73,11 @@
 logging:
     config: classpath:log4j2.xml
 
-springfox:
-  documentation:
-    swagger:
-      v2:
-        enabled: true
+#springfox:
+#  documentation:
+#    swagger:
+#      v2:
+#        enabled: true
 # Swagger json url address
 # etc. https://petstore.swagger.io/
 swagger.url: http://localhost:8080/v3/swagger.json
\ No newline at end of file

--
Gitblit v1.9.3