单独启动http和https

This commit is contained in:
zer0Black
2022-07-09 17:38:21 +08:00
parent 2da209e1ff
commit f7b8c67039
7 changed files with 83 additions and 82 deletions
@@ -12,12 +12,6 @@ server:
enabled: true
min-response-size: 1024
mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/*
##配置https证书 部署服务器的时候解开。
# port-https: 8089 #自定义https端口
# ssl:
# key-store: classpath:bxxt.hzwlsoft.com.jks
# key-store-password: w933m5y1kz0xj8w
# key-store-type: JKS
management:
endpoints:
web:
@@ -209,6 +203,15 @@ jero :
exportPdfTempPath: D://opt//exportPdfTemp/
#仿宋体字体文件路径 设置
simfangFontFilePath: D://opt//simfangFontFilePath//simfang.ttf
tomcat:
https:
port: 8089
secure: true
scheme: https
ssl: true
keystore: classpath:grp.jks
keystorePassword: 501937
keystoreType: JKS
shiro:
excludeUrls: /test/jeroDemo/demo3,/test/jeroDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
#阿里云oss存储配置