单独启动http和https
This commit is contained in:
@@ -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存储配置
|
||||
|
||||
Reference in New Issue
Block a user