From 9f4fe260d90a20c0f2b4285d9bdd646819de280c Mon Sep 17 00:00:00 2001 From: tqs <56479841@qq.com> Date: 星期二, 20 十二月 2022 13:32:19 +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 b2dd738..fee621e 100644 --- a/pom.xml +++ b/pom.xml @@ -185,7 +185,7 @@ </dependencies> <build> - <finalName>lywcs</finalName> + <finalName>htwcs</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 06f1d66..6db6f1a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,7 +8,7 @@ name: @pom.build.finalName@ datasource: driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver - url: jdbc:sqlserver://10.10.10.210:1433;databasename=hylyasrs + url: jdbc:sqlserver://10.10.10.210:1433;databasename=tzhtasrs 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 8aa8798..726c5e9 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -1,4 +1,4 @@ -var baseUrl = "/lywcs"; +var baseUrl = "/htwcs"; // 璧嬪�� function setVal(el, val) { -- Gitblit v1.9.1