代码备份
parent
b367f58010
commit
6981fba035
@ -1,60 +0,0 @@
|
||||
server:
|
||||
port: 9991
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
||||
jdbc-url: jdbc:p6spy:mysql://192.168.0.66:3364/udi_wms_pt?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
username: root
|
||||
password: Glxp@6066
|
||||
hikari:
|
||||
connection-timeout: 60000
|
||||
maximum-pool-size: 20
|
||||
minimum-idle: 10
|
||||
|
||||
|
||||
redis:
|
||||
database: 8
|
||||
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: E:/udi/udiwms/udiwmsfile/
|
||||
file_lpath: /udiwms/image/register/file/getImage
|
||||
file_url: http://127.0.0.1:9991
|
||||
UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df
|
||||
UDI_SERVER_URL: https://www.udims.com/UDI_DL_Server_test
|
||||
SPMS_KEY: lCOdWCBKS6Kw45wdnnqUTELXyuSKnXEs
|
||||
|
||||
back_file_path: E:/share/udisps/back/
|
||||
SPMS_WEBSOCKET_TOKEN: 07rKFDFkQvBkbxgc7aUBlONo4gWNdx8b
|
||||
API_KEY: 1101
|
||||
API_SECRET: zBITspLNvuoEd4FaamlSoqxRHmNsmQ6L
|
||||
WEB_TITLE: 平潭协和医院
|
@ -1,61 +0,0 @@
|
||||
server:
|
||||
port: 9991
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
||||
jdbc-url: jdbc:p6spy:mysql://127.0.0.1:3333/udi_wms?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: 8
|
||||
host: 127.0.0.1
|
||||
port: 6377
|
||||
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/
|
||||
file_lpath: /udiwms/image/register/file/getImage
|
||||
file_url: http://127.0.0.1:9991
|
||||
|
||||
|
||||
UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df
|
||||
UDI_SERVER_URL: https://www.udims.com/UDI_DL_Server_test
|
||||
SPMS_KEY: lCOdWCBKS6Kw45wdnnqUTELXyuSKnXEs
|
||||
back_file_path: D:/share/udisps/back/
|
||||
API_KEY: 1101
|
||||
API_SECRET: zBITspLNvuoEd4FaamlSoqxRHmNsmQ6L
|
||||
WEB_TITLE: 平潭协和医院
|
||||
SPMS_WEBSOCKET_TOKEN: 07rKFDFkQvBkbxgc7aUBlONo4gWNdx8b
|
@ -1,56 +0,0 @@
|
||||
server:
|
||||
port: 9991
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
jdbc-url: jdbc:mysql://192.168.0.66:3364/udi_wms_glxp?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
username: root
|
||||
password: Glxp@6066
|
||||
hikari:
|
||||
connection-timeout: 60000
|
||||
maximum-pool-size: 60
|
||||
minimum-idle: 10
|
||||
redis:
|
||||
database: 8
|
||||
host: 127.0.0.1
|
||||
port: 6401
|
||||
# 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/
|
||||
UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df
|
||||
UDI_SERVER_URL: https://www.udims.com/UDI_DL_Server_test
|
||||
SPMS_KEY: lCOdWCBKS6Kw45wdnnqUTELXyuSKnXEs
|
||||
|
||||
back_file_path: D:/share/udisps/back/
|
||||
API_KEY: 1101
|
||||
API_SECRET: zBITspLNvuoEd4FaamlSoqxRHmNsmQ9L
|
||||
WEB_TITLE: 平潭协和医院
|
||||
SPMS_WEBSOCKET_TOKEN: 07rKFDFkQvBkbxgc7aUBlONo4gWNdx8b
|
||||
|
Loading…
Reference in New Issue