From 5da6dd5ec931cec19e6411fbb82d81c48dd50d23 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 02 一月 2021 09:29:13 +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 a48b01a..9256a75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
     </dependencies>
 
     <build>
-        <finalName>jswms</finalName>
+        <finalName>htwms</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index ae8d348..53bb2a9 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -16,7 +16,7 @@
 #    password: xltys1995
     # sql-server
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
-    url: jdbc:sqlserver://localhost:1433;databasename=jsasrs
+    url: jdbc:sqlserver://localhost:1433;databasename=htasrs
     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 79775e0..57c6601 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
-var baseUrl = "/jswms";
+var baseUrl = "/htwms";
 
 // 璇︽儏绐楀彛-楂樺害
 var detailHeight = '80%';

--
Gitblit v1.9.1