|
|
|
# \u751F\u4EA7\u73AF\u5883
|
|
|
|
|
|
|
|
server.port=9996
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
spring.datasource.jdbc-url=jdbc:mysql://127.0.0.1:3306/spms?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
|
|
|
spring.datasource.username=root
|
|
|
|
spring.datasource.password=root
|
|
|
|
#spring.datasource.password=123456
|
|
|
|
server.servlet.context-path=
|
|
|
|
logging.level.com.glxp.sale.admin.dao=debug
|
|
|
|
# \u8DE8\u57DF\u8BBE\u7F6E
|
|
|
|
cors.allowed-origins=*
|
|
|
|
cors.allowed-headers=Content-Type,ADMIN_ID,ADMIN_TOKEN
|
|
|
|
cors.allowed-methods=GET,POST,PUT,DELETE,PATCH,OPTIONS
|
|
|
|
cors.allowed-Credentials = true
|
|
|
|
|
|
|
|
|
|
|
|
#\u8BF7\u6C42\u53C2\u6570\u957F\u5EA6
|
|
|
|
server.tomcat.max-http-form-post-size=100MB
|
|
|
|
server.max-http-header-size=100MB
|
|
|
|
|
|
|
|
#\u6700\u5927\u4E0A\u4F20\u6587\u4EF6\u5927\u5C0F(10MB)
|
|
|
|
spring.servlet.multipart.max-file-size=104857600
|
|
|
|
spring.servlet.multipart.max-request-size=104857600
|
|
|
|
server.connectionTimeout =180000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# \u8F93\u51FA\u65E5\u5FD7\u5230\u9879\u76EE\u6839\u76EE\u5F55\u4E0B\u7684springboot.log\u6587\u4EF6\u4E2D // \u914D\u7F6E logback-spring.xml\u65F6 \u6B64\u65E5\u5FD7\u8F93\u51FA\u65B9\u5F0F\u4F1A\u88AB\u8986\u76D6\u3002
|
|
|
|
logging.file = D:/1s/udiwms/udiwms.log
|
|
|
|
|
|
|
|
#UDI\u6570\u636E\u4E0B\u8F7D
|
|
|
|
UDI_SERVER_URL=https://www.udims.com/UDI_DL_Server
|
|
|
|
#UCLOD\u670D\u52A1
|
|
|
|
#UCLOD_SERVER_URL=http://127.0.0.1:9997
|
|
|
|
#UCLOD_SERVER_URL=http://127.0.0.1:8080/UDIC_UCLOUD_SERVER
|
|
|
|
UCLOD_SERVER_URL=http://139.9.178.73:8080/UDIC_UCLOUD_SERVER
|
|
|
|
#mips\u670D\u52A1\u5730\u5740
|
|
|
|
UDIC_MIPSDOWNLOAD_URL = http://127.0.0.1:8080/UDIC_MIPSDL_Server
|
|
|
|
#UDIC_MIPSDOWNLOAD_URL = http://127.0.0.1:9997
|
|
|
|
UDIC_U8_URL="https://api.yonyoucloud.com/apis/u8c/uapbd/invmandoc_query"
|
|
|
|
#\u534F\u8C03\u5E73\u53F0\u5BA2\u6237\u7AEF\u5730\u5740
|
|
|
|
COOR_UPLOAD_ORDER=http://127.0.0.1:9987/udi/upload
|
|
|
|
#\u5185\u5B58\u7801\u751F\u6210
|
|
|
|
STOCK_PRINT_POST=http://139.159.187.130:8080/UDI_WMS_MC/udiwms/stockprint/post
|
|
|
|
|
|
|
|
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
|
|
spring.jackson.time-zone=GMT+8
|