Merge branch '20260519-3.9.2版本-葛昊天分支'
This commit is contained in:
26
build.bat
Normal file
26
build.bat
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
@echo off
|
||||||
|
setlocal
|
||||||
|
echo ========================================
|
||||||
|
echo QH-MES Backend Quick Build
|
||||||
|
echo ========================================
|
||||||
|
|
||||||
|
cd /d %~dp0jeecg-boot
|
||||||
|
|
||||||
|
echo [1/2] Building start module and its dependencies...
|
||||||
|
call mvn clean package -pl jeecg-module-system/jeecg-system-start -am -DskipTests -T 1C
|
||||||
|
if errorlevel 1 (
|
||||||
|
echo.
|
||||||
|
echo [FAILED] Build error, please check the log above.
|
||||||
|
pause
|
||||||
|
exit /b 1
|
||||||
|
)
|
||||||
|
|
||||||
|
echo.
|
||||||
|
echo [2/2] Build SUCCESS!
|
||||||
|
echo Output: %~dp0jeecg-boot\jeecg-module-system\jeecg-system-start\target\jeecg-system-start-3.9.2.jar
|
||||||
|
echo.
|
||||||
|
|
||||||
|
explorer "%~dp0jeecg-boot\jeecg-module-system\jeecg-system-start\target"
|
||||||
|
|
||||||
|
endlocal
|
||||||
|
pause
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
server:
|
server:
|
||||||
port: 8080
|
#update-begin---author:geht ---date:2026-06-16 for:生产端口与现有环境(8888)保持一致,避免前端连不上-----------
|
||||||
|
port: 8888
|
||||||
|
#update-end---author:geht ---date:2026-06-16 for:生产端口与现有环境(8888)保持一致,避免前端连不上-----------
|
||||||
tomcat:
|
tomcat:
|
||||||
max-swallow-size: -1
|
max-swallow-size: -1
|
||||||
error:
|
error:
|
||||||
@@ -146,7 +148,9 @@ spring:
|
|||||||
master:
|
master:
|
||||||
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||||
username: root
|
username: root
|
||||||
password: root
|
#update-begin---author:geht ---date:2026-06-16 for:生产库密码与测试库一致,修正为123456-----------
|
||||||
|
password: 123456
|
||||||
|
#update-end---author:geht ---date:2026-06-16 for:生产库密码与测试库一致,修正为123456-----------
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
# 多数据源配置
|
# 多数据源配置
|
||||||
#multi-datasource1:
|
#multi-datasource1:
|
||||||
|
|||||||
Reference in New Issue
Block a user