liuchen
9 months ago
2 changed files with 94 additions and 0 deletions
@ -0,0 +1,47 @@ |
|||
# 开发环境配置 |
|||
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 |
@ -0,0 +1,47 @@ |
|||
# 开发环境配置 |
|||
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 |
Loading…
Reference in new issue