From 9856aeef001d66e34a11b98c58ee9722ab887dab Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期一, 29 八月 2022 08:56:27 +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 9da0a81..aafbbb1 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ </dependencies> <build> - <finalName>ynwms</finalName> + <finalName>bfwms</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5d7c208..f763cfe 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -10,7 +10,7 @@ enabled: false datasource: driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver - url: jdbc:sqlserver://47.97.1.152:51433;databasename=ynasrs + url: jdbc:sqlserver://47.97.1.152:51433;databasename=bfasrs # url: jdbc:sqlserver://localhost:1433;databasename=ynasrs username: sa password: Zoneyung@zy56$ diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index 7bb6b64..a0b9f8d 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 = "/bfwms"; // 璇︽儏绐楀彛-楂樺害 var detailHeight = '80%'; -- Gitblit v1.9.1