测试环境
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;
|
private String backDate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,25 +1,30 @@
|
||||||
# 配置端口
|
# 配置端口
|
||||||
server:
|
server:
|
||||||
port: 21520
|
port: 21520
|
||||||
# servlet:
|
servlet:
|
||||||
# context-path: /aqd_screen
|
context-path: /gz-aqgqj
|
||||||
max-http-header-size: 10240
|
max-http-header-size: 10240
|
||||||
spring:
|
spring:
|
||||||
# 配置数据源
|
# 配置数据源
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
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
|
username: root
|
||||||
password: Bonus@admin123!
|
password: Bonus@admin123!
|
||||||
# url: jdbc:mysql://127.0.0.1:3306/gzimt?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
# url: jdbc:mysql://localhost:13306/gzimt250319?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
||||||
# username: zhz_root
|
# username: root
|
||||||
# password: Zhz@12345
|
# password: liang971108@Sun
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
redis:
|
redis:
|
||||||
host: 192.168.0.14
|
host: 192.168.0.16
|
||||||
port: 2003
|
port: 2001
|
||||||
password: Fyzbns@Redis123!
|
password: Zhzbns@Redis123!
|
||||||
database: 2
|
database: 1
|
||||||
|
# database: 7
|
||||||
|
# host: 127.0.0.1
|
||||||
|
# port: 6379
|
||||||
|
# password: liang971108lu@L
|
||||||
|
|
||||||
|
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
|
|
@ -44,7 +49,7 @@ zhly:
|
||||||
|
|
||||||
file:
|
file:
|
||||||
upload_path:
|
upload_path:
|
||||||
windows: D://files/zg_gqj
|
windows: e://files/zg_gqj
|
||||||
linux: /home/zg_gqj/files
|
linux: /home/zg_gqj/files
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue