From 99b62c6b4849c0d9d3c31e135e56994199fb793c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 22 十一月 2022 14:47:55 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 21c2891..aff283e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,7 +1,8 @@
 server:
-  port: 8080
+  port: 9528
   servlet:
-    context-path: /@pom.build.finalName@
+    context-path:
+#    context-path: /@pom.build.finalName@
 
 spring:
   application:
@@ -11,7 +12,7 @@
     url: jdbc:sqlserver://47.97.1.152:51433;databasename=zy_crm
     username: sa
     password: Zoneyung@zy56$
-#    url: jdbc:sqlserver://localhost:1433;databasename=zy_crm
+#    url: jdbc:sqlserver://localhost:51433;databasename=zy_crm
 #    username: sa
 #    password: sa@123
   mvc:
@@ -32,8 +33,8 @@
   mapper-locations: classpath:mapper/*.xml
 #  global-config:
 #    field-strategy: 0
-  configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+#  configuration:
+#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
 logging:
   path: /stock/out/@pom.build.finalName@/logs

--
Gitblit v1.9.1