测试环境配置
This commit is contained in:
parent
9305c06f66
commit
016a781500
|
|
@ -2,24 +2,28 @@
|
|||
server:
|
||||
port: 21522
|
||||
servlet:
|
||||
context-path: /gz_car
|
||||
context-path: /gz-car
|
||||
max-http-header-size: 10240
|
||||
spring:
|
||||
# 配置数据源
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://192.168.0.14:4417/gzimtcs?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true
|
||||
url: jdbc:mysql://192.168.0.16:4419/gzimtcs?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true
|
||||
username: root
|
||||
password: Bonus@admin123!
|
||||
# url: jdbc:mysql://127.0.0.1:3306/gzimtcs?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
# username: mroot
|
||||
# password: bonus@admin123
|
||||
# url: jdbc:mysql://localhost:13306/gzimt250319?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
||||
# username: root
|
||||
# password: liang971108@Sun
|
||||
# type: com.alibaba.druid.pool.DruidDataSource
|
||||
redis:
|
||||
host: 192.168.0.14
|
||||
port: 2003
|
||||
password: Fyzbns@Redis123!
|
||||
database: 3
|
||||
host: 192.168.0.16
|
||||
port: 2001
|
||||
password: Zhzbns@Redis123!
|
||||
database: 1
|
||||
# host: 127.0.0.1
|
||||
# port: 6379
|
||||
# password: liang971108lu@L
|
||||
# database: 7
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: -1
|
||||
|
|
@ -43,7 +47,7 @@ zhly:
|
|||
|
||||
file:
|
||||
upload_path:
|
||||
windows: D://files/gz_car
|
||||
windows: e://files/gz_car
|
||||
linux: /home/zg_gqj/files
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue