2023年3月28日 更改默认配置,添加脚本

This commit is contained in:
bai 2023-03-28 14:02:10 +08:00
parent d81fa1f908
commit a40f09edfe
5 changed files with 8 additions and 2 deletions

1
build.bat Normal file
View File

@ -0,0 +1 @@
mvn clean package

1
clean.bat Normal file
View File

@ -0,0 +1 @@
mvn clean

View File

@ -1,5 +1,5 @@
server:
port: 8080
port: 8090
tomcat:
max-swallow-size: -1
error:
@ -143,7 +143,7 @@ spring:
#driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置
redis:
database: 0
database: 1
host: 127.0.0.1
port: 6379
password: ''

2
rebuild.bat Normal file
View File

@ -0,0 +1,2 @@
call mvn clean package
:: java -jar -Dfile.encoding=utf-8 -Dspring.profiles.active=dev jeecg-boot-module-system\target\jeecg-boot-module-system-3.5.0.jar

2
run.bat Normal file
View File

@ -0,0 +1,2 @@
CHCP 65001
java -jar -Dfile.encoding=utf-8 -Dspring.profiles.active=dev jeecg-module-system\jeecg-system-start\target\jeecg-system-start-3.5.0.jar