测试环境
This commit is contained in:
parent
ea2720ebde
commit
0aa7264a61
|
|
@ -52,7 +52,7 @@ public class PlanDetailVo {
|
|||
/**
|
||||
* 退还日期
|
||||
*/
|
||||
@Excel(name = "退还日期", width = 20.0, orderNum = "6")
|
||||
@Excel(name = "预计使用时间", width = 20.0, orderNum = "6")
|
||||
private String backDate;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,25 +1,30 @@
|
|||
# 配置端口
|
||||
server:
|
||||
port: 21520
|
||||
# servlet:
|
||||
# context-path: /aqd_screen
|
||||
servlet:
|
||||
context-path: /gz-aqgqj
|
||||
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/gzimt?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
||||
# username: zhz_root
|
||||
# password: Zhz@12345
|
||||
# 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: 2
|
||||
host: 192.168.0.16
|
||||
port: 2001
|
||||
password: Zhzbns@Redis123!
|
||||
database: 1
|
||||
# database: 7
|
||||
# host: 127.0.0.1
|
||||
# port: 6379
|
||||
# password: liang971108lu@L
|
||||
|
||||
|
||||
servlet:
|
||||
multipart:
|
||||
|
|
@ -44,7 +49,7 @@ zhly:
|
|||
|
||||
file:
|
||||
upload_path:
|
||||
windows: D://files/zg_gqj
|
||||
windows: e://files/zg_gqj
|
||||
linux: /home/zg_gqj/files
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue