From 3efe36c3f45dd99322b308104a7e1fa31dc8f7fd Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期四, 09 二月 2023 16:57:14 +0800
Subject: [PATCH] #

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

diff --git a/pom.xml b/pom.xml
index 63393e3..6a299f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
     </dependencies>
 
     <build>
-        <finalName>ynwms</finalName>
+        <finalName>fnwms</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 2c357d1..8f197f6 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -12,7 +12,7 @@
     enabled: false
   datasource:
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
-    url: jdbc:sqlserver://localhost:1433;databasename=gzynasrs
+    url: jdbc:sqlserver://localhost:1433;databasename=zjfnasrs
     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 9139f9c..5a50557 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
-var baseUrl = "/ynwms";
+var baseUrl = "/fnwms";
 
 // 璇︽儏绐楀彛-楂樺害
 var detailHeight = '80%';

--
Gitblit v1.9.1