From 56f74569e3e1b981f6b8a3ace675f90f0766b90f Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sun, 11 Oct 2020 16:43:40 +0800
Subject: [PATCH] 20201011

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 18e42bf..e2e8a2a 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,37 +1,37 @@
-server:
-  port: 8080
-  tomcat:
-    uri-encoding: utf-8
-
-spring:
-  profiles:
-    active: dev
-
-  thymeleaf:
-    cache: false
-
-  jackson:
-    date-format: yyyy-MM-dd HH:mm:ss
-    time-zone: GMT+8
-
-  aop:
-    proxy-target-class: true
-
-mybatis-plus:
-  type-aliases-package: com.xcong.excoin.*.entity
-  mapper-locations: classpath:mapper/*/*.xml
-  configuration:
-    jdbc-type-for-null: null
-  global-config:
-    banner: false
-    db-config:
-      select-strategy: not_empty
-
-logging:
-  level:
-    com:
-      baomidou:
-        mybatisplus:
-          core:
-            metadata:
-              TableInfoHelper: error
+server:
+  port: 8080
+  tomcat:
+    uri-encoding: utf-8
+
+spring:
+  profiles:
+    active: dev
+
+  thymeleaf:
+    cache: false
+
+  jackson:
+    date-format: yyyy-MM-dd HH:mm:ss
+    time-zone: GMT+8
+
+  aop:
+    proxy-target-class: true
+
+mybatis-plus:
+  type-aliases-package: com.xcong.excoin.*.entity
+  mapper-locations: classpath:mapper/*/*.xml
+  configuration:
+    jdbc-type-for-null: null
+  global-config:
+    banner: false
+    db-config:
+      select-strategy: not_empty
+
+logging:
+  level:
+    com:
+      baomidou:
+        mybatisplus:
+          core:
+            metadata:
+              TableInfoHelper: error
\ No newline at end of file

--
Gitblit v1.9.1