Administrator 2 年之前
父節點
當前提交
0acd44e93e
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      leiSP-admin/src/main/resources/application.yml

+ 7 - 7
leiSP-admin/src/main/resources/application.yml

@@ -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
 
 
 # 日志配置