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.
27 lines
924 B
Properties
27 lines
924 B
Properties
# 本地环境
|
|
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
|
|
#spring.datasource.password=mysql80
|
|
server.servlet.context-path=
|
|
|
|
logging.level.com.glxp.api.admin.dao=debug
|
|
logging.level.com.glxp.api.admin.erp.second=debug
|
|
|
|
#logback配置
|
|
|
|
logging.path=output/logs
|
|
# 不指定的情况下默认生成在项目根目录,按照配置生成所需的日志名称
|
|
logging.file=D:/udi.log
|
|
#UDI数据下载
|
|
UDI_SERVER_URL=https://www.udims.com/UDI_DL_Server
|
|
#UDI_SERVER_URL=http://139.9.178.73:8080/UDI_DL_Server
|
|
#UCLOD服务
|
|
#UCLOD_SERVER_URL=http://127.0.0.1:9997
|
|
UCLOD_SERVER_URL=http://127.0.0.1:8080/UDIC_UCLOUD_SERVER
|
|
|
|
|
|
|