Administrator 2 rokov pred
rodič
commit
0acd44e93e

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