@@ -36,13 +36,13 @@ server:
max-threads: 800
# Tomcat启动初始化的线程数,默认值25
min-spare-threads: 30
- ssl:
- protocol: TLS
- key-store: classpath:key.keystore
- key-alias: tomcat
- enabled: true
- key-store-password: 111112
- key-store-type: JKS
+# ssl:
+# protocol: TLS
+# key-store: classpath:key.keystore
+# key-alias: tomcat
+# enabled: true
+# key-store-password: 111112
+# key-store-type: JKS
# 日志配置