配置https .JKS的SSL证书。
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user