You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.3 KiB
57 lines
1.3 KiB
2 years ago
|
# 开发环境配置
|
||
|
server:
|
||
|
# 服务器的HTTP端口,默认为8080
|
||
|
port: 18080
|
||
|
servlet:
|
||
|
# 应用的访问路径
|
||
|
context-path: /
|
||
|
tomcat:
|
||
|
# tomcat的URI编码
|
||
|
uri-encoding: UTF-8
|
||
|
# 连接数满后的排队数,默认为100
|
||
|
accept-count: 100
|
||
|
threads:
|
||
|
# tomcat最大线程数,默认为200
|
||
|
max: 100
|
||
|
# Tomcat启动初始化的线程数,默认值10
|
||
|
min-spare: 10
|
||
|
|
||
|
sfms:
|
||
|
username: admin #用户名
|
||
|
password: 123456 #密码
|
||
|
purchase-order: http://localhost:12080/admin-api/wms/purchase-main/create #采购订单
|
||
|
access-token: http://localhost:12080/admin-api/system/oauth2/token #登陆token
|
||
|
refresh-token: http://localhost:12080/admin-api/system/auth/refresh-token #刷新token
|
||
|
|
||
|
logging:
|
||
|
file:
|
||
|
path: logs
|
||
|
level:
|
||
|
com.win: debug
|
||
|
org.springframework: warn
|
||
|
shell:
|
||
|
jlht:
|
||
|
qad-domain: JLHT
|
||
|
company-code: CCWININ
|
||
|
server-id: master
|
||
|
#ip: dev.ccwin-in.com
|
||
|
#port: 23022
|
||
|
#linux-id: root
|
||
|
#linux-password: Microsoft@2022
|
||
|
ip: 222.169.228.163
|
||
|
port: 6122
|
||
|
linux-id: mfg
|
||
|
linux-password: mfgpro
|
||
|
qad-user: mfg
|
||
|
qad-password: Qadwin1
|
||
|
jlht2:
|
||
|
qad-domain: JLHT2
|
||
|
company-code: CCWININ
|
||
|
server-id: master
|
||
|
ip: 222.169.228.163
|
||
|
port: 6122
|
||
|
linux-id: mfg
|
||
|
linux-password: mfgpro
|
||
|
qad-user: mfg
|
||
|
qad-password: Qadwin1
|