You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
spring:
|
|
mvc:
|
|
pathmatch:
|
|
matching-strategy: ant_path_matcher
|
|
datasource:
|
|
url: jdbc:mysql://127.0.0.1:3333/udims_cg?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
|
username: root
|
|
password: 123456
|
|
redis:
|
|
database: 11
|
|
host: 127.0.0.1
|
|
port: 6377
|
|
password: 123456
|
|
jedis:
|
|
pool:
|
|
max-active: 8
|
|
max-wait: -1
|
|
max-idle: 8
|
|
min-idle: 0
|
|
logging:
|
|
level:
|
|
org.springframework.data.mongodb.core.MongoTemplate: debug
|
|
com.glxp.udi.admin.dao: debug
|
|
|
|
#mips服务地址
|
|
UDIC_MIPSDOWNLOAD_URL: http://127.0.0.1:8080/UDIC_MIPSDL_Server
|
|
UCLOD_SERVER_URL: http://127.0.0.1:9997
|
|
UDI_SERVER_URL: https://www.udims.com/UDI_DL_Server_test
|
|
COOR_UPLOAD_ORDER: http://127.0.0.1:9987/udi/upload
|
|
|
|
#同步库接口调用地址相关信息 https://www.udims.com/UDI_DL_Server_test
|
|
UDI_SERVER:
|
|
url: https://www.udims.com/UDI_DL_Server_test
|
|
connectTimeout: 2000
|
|
readTimeout: 3500
|
|
followRedirects: false
|
|
key: 17fbb8f8782c11ecaec9902e16f86c51
|
|
|
|
file_path: D:/1s/udims
|
|
|
|
# UDI数据下载
|
|
UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df |