From 1367d13c3e57d1ea15fb172be0f2089e41601cc5 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期五, 12 十二月 2025 15:57:38 +0800
Subject: [PATCH] Merge branch 'jsxswms' of http://47.97.1.152:5880/r/zy-asrs into jsxswms

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

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index a1069ec..b93ce22 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8080
+  port: 8081
   servlet:
     context-path: /@pom.build.finalName@
 
@@ -11,8 +11,8 @@
   datasource:
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
     username: sa
-    password: Skyouc#23
-    url: jdbc:sqlserver://192.168.4.24:1433;databasename=jsxswms
+    password: sa@123
+    url: jdbc:sqlserver://192.168.4.15:1433;databasename=jsxsasrs
   mvc:
     static-path-pattern: /**
   redis:
@@ -30,7 +30,7 @@
   #  global-config:
   #    field-strategy: 0
   configuration:
-    #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
     map-underscore-to-camel-case: true
     cache-enabled: true
     call-setters-on-nulls: true
@@ -47,7 +47,7 @@
 
 #License鐩稿叧閰嶇疆
 license:
-  subject: integrationasrs
+  subject: jsxsasrs
   publicAlias: publicCert
   storePass: public_zhongyang_123456789
   licensePath: license.lic

--
Gitblit v1.9.1