修改同步数据时间条件到当前时间
parent
ae72e6a14c
commit
2848a47242
@ -1,56 +0,0 @@
|
|||||||
server:
|
|
||||||
port: 9993
|
|
||||||
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
|
||||||
jdbc-url: jdbc:p6spy:mysql://127.0.0.1:3306/udi_spms?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
|
||||||
username: root
|
|
||||||
password: 123456
|
|
||||||
hikari:
|
|
||||||
connection-timeout: 60000
|
|
||||||
maximum-pool-size: 20
|
|
||||||
minimum-idle: 10
|
|
||||||
|
|
||||||
|
|
||||||
redis:
|
|
||||||
database: 10
|
|
||||||
host: 127.0.0.1
|
|
||||||
port: 6379
|
|
||||||
# password: 123456
|
|
||||||
timeout: 300
|
|
||||||
jedis:
|
|
||||||
pool:
|
|
||||||
max-active: 8
|
|
||||||
max-wait: -1
|
|
||||||
max-idle: 8
|
|
||||||
min-idle: 0
|
|
||||||
jackson:
|
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
|
||||||
time-zone: GMT+8
|
|
||||||
servlet:
|
|
||||||
multipart:
|
|
||||||
max-file-size: 500MB
|
|
||||||
max-request-size: 500MB
|
|
||||||
|
|
||||||
ok:
|
|
||||||
http:
|
|
||||||
connect-timeout: 3000
|
|
||||||
read-timeout: 3000
|
|
||||||
write-timeout: 3000
|
|
||||||
max-idle-connections: 200
|
|
||||||
keep-alive-duration: 300
|
|
||||||
|
|
||||||
|
|
||||||
logging:
|
|
||||||
level:
|
|
||||||
com.glxp.api.dao: debug
|
|
||||||
|
|
||||||
file_path: D:/udi/udiwms/udiwmsfile/
|
|
||||||
back_file_path: D:/share/udisps/back/
|
|
||||||
UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df
|
|
||||||
UDI_SERVER_URL: https://www.udims.com/UDI_DL_Server_test
|
|
||||||
SPMS_KEY: lCOdWCBKS6Kw45wdnnqUTELXyuSKnXEs
|
|
||||||
|
|
||||||
API_KEY: 1101
|
|
||||||
API_SECRET: zBITspLNvuoEd4FaamlSoqxRHmNsmQ9L
|
|
Loading…
Reference in New Issue