配置https .JKS的SSL证书。

This commit is contained in:
wangzhijiang
2022-07-08 15:52:07 +08:00
parent e4d1cdda75
commit 66e3aa5b21
4 changed files with 49 additions and 2 deletions
@@ -1,5 +1,6 @@
server:
port: 8080
port-https: 8089 #自定义https端口
tomcat:
max-swallow-size: -1
error:
@@ -12,7 +13,10 @@ server:
enabled: true
min-response-size: 1024
mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/*
ssl: #配置https证书
key-store: classpath:bxxt.hzwlsoft.com.jks
key-store-password: w933m5y1kz0xj8w
key-store-type: JKS
management:
endpoints:
web: