代码提交
This commit is contained in:
parent
b2c1a47269
commit
3967e1b58a
Binary file not shown.
|
|
@ -32,6 +32,11 @@ server:
|
||||||
max: 800
|
max: 800
|
||||||
# Tomcat启动初始化的线程数,默认值10
|
# Tomcat启动初始化的线程数,默认值10
|
||||||
min-spare: 100
|
min-spare: 100
|
||||||
|
ssl:
|
||||||
|
key-store: classpath:7795397_show.wuzhenjie.pro.pfx
|
||||||
|
key-store-type: PKCS12
|
||||||
|
key-store-password: GJpoKa4m
|
||||||
|
|
||||||
|
|
||||||
# 日志配置
|
# 日志配置
|
||||||
logging:
|
logging:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue