From 9013f34744652534182bc93aa54a775296713d41 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 01 七月 2024 09:43:13 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/common.js |    2 +-
 pom.xml                             |    2 +-
 src/main/resources/application.yml  |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 06a10cf..90b51e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
     </dependencies>
 
     <build>
-        <finalName>pswms</finalName>
+        <finalName>flsbwms</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 6bc75ce..bcd0957 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8088
+  port: 8085
   servlet:
     context-path: /@pom.build.finalName@
 
@@ -11,7 +11,7 @@
   datasource:
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
 #    url: jdbc:sqlserver://192.168.4.15:1433;databasename=phpsasrs
-    url: jdbc:sqlserver://10.10.10.235:1433;databasename=phpsasrs
+    url: jdbc:sqlserver://127.0.0.1:1433;databasename=flsbasrs
     username: sa
     password: sa@123
   mvc:
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 017bce4..9f95d1d 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
-var baseUrl = "/pswms";
+var baseUrl = "/flsbwms";
 
 // 璇︽儏绐楀彛-楂樺害
 var detailHeight = '80%';

--
Gitblit v1.9.1