启动脚本 startup.sh(bat) 支持接受参数

This commit is contained in:
thinkgem
2025-09-22 09:35:13 +08:00
parent d0695b0f45
commit b712522c8e
9 changed files with 10 additions and 23 deletions

View File

@@ -1,15 +0,0 @@
# 数据库连接
jdbc:
# Mysql 数据库配置
type: mysql
driver: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/jeesite_v5?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai
username: root
password: 123456
testSql: SELECT 1
# 日志配置
logging:
config: classpath:logback-test.xml