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.
48 lines
950 B
48 lines
950 B
1 year ago
|
# 开发环境配置
|
||
|
server:
|
||
|
# 服务器的HTTP端口,默认为8080
|
||
|
port: 23300
|
||
|
servlet:
|
||
|
# 应用的访问路径
|
||
|
context-path: /
|
||
|
tomcat:
|
||
|
# tomcat的URI编码
|
||
|
uri-encoding: UTF-8
|
||
|
# 连接数满后的排队数,默认为100
|
||
|
accept-count: 100
|
||
|
threads:
|
||
|
# tomcat最大线程数,默认为200
|
||
|
max: 100
|
||
|
# Tomcat启动初始化的线程数,默认值10
|
||
|
min-spare: 10
|
||
|
|
||
|
# 日志配置
|
||
|
logging:
|
||
|
file:
|
||
|
path: logs
|
||
|
level:
|
||
|
com.win: debug
|
||
|
org.springframework: warn
|
||
|
|
||
|
shell:
|
||
|
jlht:
|
||
|
qad-domain: JLHT
|
||
|
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
|
||
|
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
|