|
|
@ -1,15 +1,15 @@
|
|
|
|
spring:
|
|
|
|
spring:
|
|
|
|
|
|
|
|
mvc:
|
|
|
|
|
|
|
|
pathmatch:
|
|
|
|
|
|
|
|
matching-strategy: ant_path_matcher
|
|
|
|
datasource:
|
|
|
|
datasource:
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/udims_cg?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/udims?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
|
|
|
|
|
|
|
username: root
|
|
|
|
username: root
|
|
|
|
password: mysql@2020
|
|
|
|
password: 123456
|
|
|
|
|
|
|
|
|
|
|
|
redis:
|
|
|
|
redis:
|
|
|
|
database: 4
|
|
|
|
database: 11
|
|
|
|
host: 127.0.0.1
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 6379
|
|
|
|
port: 6379
|
|
|
|
password:
|
|
|
|
|
|
|
|
jedis:
|
|
|
|
jedis:
|
|
|
|
pool:
|
|
|
|
pool:
|
|
|
|
max-active: 8
|
|
|
|
max-active: 8
|
|
|
@ -17,19 +17,33 @@ spring:
|
|
|
|
max-idle: 8
|
|
|
|
max-idle: 8
|
|
|
|
min-idle: 0
|
|
|
|
min-idle: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
boot:
|
|
|
|
|
|
|
|
admin:
|
|
|
|
|
|
|
|
client:
|
|
|
|
|
|
|
|
username: admin
|
|
|
|
|
|
|
|
password: admin
|
|
|
|
|
|
|
|
url: http://localhost:8888
|
|
|
|
|
|
|
|
instance:
|
|
|
|
|
|
|
|
prefer-ip: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
management:
|
|
|
|
|
|
|
|
endpoint:
|
|
|
|
|
|
|
|
health:
|
|
|
|
|
|
|
|
show-details: always
|
|
|
|
|
|
|
|
logfile:
|
|
|
|
|
|
|
|
external-file: ../logs/UDIC_UDI_Server/web_debug.log
|
|
|
|
|
|
|
|
endpoints:
|
|
|
|
|
|
|
|
web:
|
|
|
|
|
|
|
|
exposure:
|
|
|
|
|
|
|
|
include: "*"
|
|
|
|
|
|
|
|
|
|
|
|
logging:
|
|
|
|
logging:
|
|
|
|
level:
|
|
|
|
level:
|
|
|
|
org.springframework.data.mongodb.core.MongoTemplate: debug
|
|
|
|
|
|
|
|
com.glxp.udi.admin.dao: 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
|
|
|
|
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:
|
|
|
|
UDI_SERVER:
|
|
|
|
url: https://www.udims.com/UDI_DL_Server_test
|
|
|
|
url: https://www.udims.com/UDI_DL_Server_test
|
|
|
|
connectTimeout: 2000
|
|
|
|
connectTimeout: 2000
|
|
|
@ -37,7 +51,7 @@ UDI_SERVER:
|
|
|
|
followRedirects: false
|
|
|
|
followRedirects: false
|
|
|
|
key: 17fbb8f8782c11ecaec9902e16f86c51
|
|
|
|
key: 17fbb8f8782c11ecaec9902e16f86c51
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df
|
|
|
|
|
|
|
|
|
|
|
|
file_path: D:/1s/udims
|
|
|
|
file_path: D:/1s/udims
|
|
|
|
|
|
|
|
|
|
|
|
# UDI数据下载
|
|
|
|
|
|
|
|
UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df
|
|
|
|
|