Commit f98cb821 authored by lijd's avatar lijd

修改测试环境地址

parent c247959f
......@@ -3,9 +3,9 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.31.248:3306/freight?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false
username: freight
password: freight
url: jdbc:mysql://119.3.171.225:3306/freight-test?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false
username: root
password: root
initial-size: 5
min-idle: 5
max-active: 20
......@@ -22,8 +22,8 @@ spring:
slow-sql-millis: 1000
merge-sql: false
redis:
database: 0
host: 192.168.31.248
database: 5
host: 119.3.171.225
port: 6379
password:
timeout: 3000
......
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