From e4ea838c20e94dff4fdbb4f82b542a8b5790fa9d Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 18 六月 2021 09:22:06 +0800
Subject: [PATCH] # 库存跳转上报erp

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 9796810..c306db6 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -14,7 +14,7 @@
 #    password: xltys1995
     # sql-server
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
-    url: jdbc:sqlserver://192.168.2.250:1433;databasename=htasrs
+    url: jdbc:sqlserver://192.168.110.56:1433;databasename=htasrs
     username: sa
     password: sa@123
   mvc:
@@ -33,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/logs
@@ -50,4 +50,7 @@
     id: LTAI4GDzr6ioSHuRw2mk22ug
     secret: 84CHL7tF21LbU1qpaP0jn9mIAZP9bv
     bucket: tjdt
-    endpoint: http://oss-cn-hangzhou.aliyuncs.com
\ No newline at end of file
+    endpoint: http://oss-cn-hangzhou.aliyuncs.com
+
+asrs:
+  baseUrl: http://192.168.110.56:8080/htwms
\ No newline at end of file

--
Gitblit v1.9.1