|
|
|
server.port=9991
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
spring.datasource.jdbc-url=jdbc:mysql://127.0.0.1:3306/udiwms?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
|
|
|
spring.datasource.username=root
|
|
|
|
spring.datasource.password=123456
|
|
|
|
server.servlet.context-path=
|
|
|
|
logging.level.com.glxp.api.admin.dao=debug
|
|
|
|
file_path=D:/udi/udiwms/udiwmsfile/
|
|
|
|
#file_path=/home/glxp/udiwms
|
|
|
|
UDI_KEY=6b137c66-6286-46c6-8efa-c2f5dd9237df
|
|
|
|
UDI_SERVER_URL=https://www.udims.com/UDI_DL_Server_test
|
|
|
|
SPMS_KEY=lCOdWCBKS6Kw45wdnnqUTELXyuSKnXEs
|
|
|
|
spring.redis.database=8
|
|
|
|
spring.redis.host=127.0.0.1
|
|
|
|
spring.redis.port=6379
|
|
|
|
spring.redis.password=
|
|
|
|
spring.redis.jedis.pool.max-active=8
|
|
|
|
spring.redis.jedis.pool.max-wait=-1
|
|
|
|
spring.redis.jedis.pool.max-idle=8
|
|
|
|
spring.redis.jedis.pool.min-idle=0
|
|
|
|
spring.redis.jedis.timeout=300
|
|
|
|
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
|
|
spring.jackson.time-zone=GMT+8
|
|
|
|
spring.servlet.multipart.max-file-size=500MB
|
|
|
|
spring.servlet.multipart.max-request-size=500MB
|
|
|
|
ok.http.connect-timeout=3000
|
|
|
|
ok.http.read-timeout=3000
|
|
|
|
ok.http.write-timeout=3000
|
|
|
|
ok.http.max-idle-connections=200
|
|
|
|
ok.http.keep-alive-duration=300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|