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.
39 lines
1.6 KiB
Properties
39 lines
1.6 KiB
Properties
4 years ago
|
# 本地环境
|
||
|
server.port=9997
|
||
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||
|
spring.datasource.jdbc-url=jdbc:mysql://127.0.0.1:3306/udiwms_erp?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||
|
#spring.datasource.jdbc-url=jdbc:mysql://127.0.0.1:3306/udiwms_new?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||
|
spring.datasource.username=root
|
||
|
#spring.datasource.password=123456
|
||
|
spring.datasource.password=root
|
||
|
logging.level.com.glxp.mipsdl.admin.dao=debug
|
||
|
#logging.level.com.glxp.mipsdl.admin.barcode=debug
|
||
|
# 跨域设置
|
||
|
cors.allowed-origins=*
|
||
|
cors.allowed-headers=Content-Type,ADMIN_ID,ADMIN_TOKEN
|
||
|
cors.allowed-methods=GET,POST,OPTIONS
|
||
|
server.servlet.context-path=
|
||
|
#请求参数长度
|
||
|
server.tomcat.max-http-form-post-size=100MB
|
||
|
server.max-http-header-size=100MB
|
||
|
#最大上传文件大小(10MB)
|
||
|
spring.servlet.multipart.max-file-size=104857600
|
||
|
spring.servlet.multipart.max-request-size=104857600
|
||
|
server.connectionTimeout=180000
|
||
|
#用友apicode
|
||
|
U8_BASIC_APICODE=1b723931cca84aee8ced6b607fc7dabb
|
||
|
U8_STOCK_APICODE=533bf7d994264a01a563a2c88e8f5381
|
||
|
U8_SALE_APICODE=713c63a46cb54108acd44d7f3328d828
|
||
|
U8_PURCHASE_APICODE=f298b21c6e8e4f1f8bec285a99c1dafc
|
||
|
#U8参数
|
||
|
U8_URL=http://220.161.5.99:9088
|
||
|
U8_USER_CODE=udi1
|
||
|
U8_PASSWD=c4ca4238a0b923820dcc509a6f75849b
|
||
|
U8_SYSTEM=01
|
||
|
U8_TRANS_TYPE=code
|
||
|
U8_COPERATOR=18959632283
|
||
|
U8_UNIT_CODE=1110
|
||
|
|
||
|
#上传文件解析后回传udi管理系统
|
||
|
#UDIWMS_IP =http://127.0.0.1:9991
|
||
|
UDIWMS_IP =http://139.159.187.130:8080/UDI_WMS_MC
|