From 8444e85e1fd048a7332e3e88dd11c65c943ccf75 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 08 八月 2020 11:07:06 +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 d242810..fc27652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
     </dependencies>
 
     <build>
-        <finalName>asrs</finalName>
+        <finalName>jsasrs</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index df44fb7..f2dab6a 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,11 +1,11 @@
 server:
   port: 8081
   servlet:
-    context-path: /@pom.artifactId@
+    context-path: /@pom.build.finalName@
 
 spring:
   application:
-    name: @pom.artifactId@
+    name: @pom.build.finalName@
   datasource:
     # mysql
 #    driver-class-name: com.mysql.jdbc.Driver
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 0dade9a..0d95d90 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
-var baseUrl = "/asrs";
+var baseUrl = "/jsasrs";
 
 // 璇︽儏绐楀彛-楂樺害
 var detailHeight = '80%';

--
Gitblit v1.9.1