Commit 87ce3646 by Lizh

增加测试test配置文件

parent ef7c8d87
...@@ -9,7 +9,7 @@ MAX_WAIT=5 ...@@ -9,7 +9,7 @@ MAX_WAIT=5
if [ -f "$PID_FILE" ]; then if [ -f "$PID_FILE" ]; then
PID=$(cat "$PID_FILE") PID=$(cat "$PID_FILE")
if ! "$JAVA_HOME/bin/jps" -l 2>/dev/null | grep -q "^${PID} .*${APP_JAR}"; then if ! "$JAVA_HOME/bin/jps" -l 2>/dev/null | grep -q "^${PID} .*${APP_JAR}"; then
rm -f "$PID_FILE" #rm -f "$PID_FILE"
PID="" PID=""
fi fi
else else
......
# Spring 配置
spring:
# 数据源配置
datasource:
url: jdbc:mysql://121.40.229.247:3306/foxpsd-private?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
username: foxpsd-private
password: testJm2025@$
# Redis 配置
data:
redis:
host: 172.16.19.100
port: 6379
password: joshine.dev
database: 7
# 令牌配置
token:
header: Authorization
# 令牌密钥(兼容旧版本)
secret: custom
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment