From 3743d758972a4779119d00f76cddfa3290cedeb9 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期三, 25 十月 2023 15:50:13 +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 25f4ab2..39b2e35 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ </dependencies> <build> - <finalName>ykwms</finalName> + <finalName>wms</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9ec9d4d..0cb061e 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://192.168.4.15:1433;databasename=gdykasrs + url: jdbc:sqlserver://192.168.4.15:1433;databasename=asrs username: sa password: sa@123 mvc: @@ -32,7 +32,7 @@ path: /stock/out/@pom.build.finalName@/logs super: - pwd: xltys1995 + pwd: asrs2023 swagger: enable: false diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index d0c1483..054399e 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -1,4 +1,4 @@ -var baseUrl = "/ykwms"; +var baseUrl = "/wms"; // 璇︽儏绐楀彛-楂樺害 var detailHeight = '80%'; -- Gitblit v1.9.1