springboot配置https访问

接口如图所示

将jks文件拖入resource文件下。
编辑 yml文件
server:
port: 18040
custom:
port: 8040
ssl:
key-store: classpath:xxxxxxx.jks
key-password: 密码
key-store-password: 密码
key-store-type: JKS
新增HttpsConfig文件
import org.apache.catalina.Context;
import org.apache.catalina.connector.Connector;
import org.apache.tomcat.util.descriptor.web.SecurityCollection;
import org.apache.tomcat.util.descriptor.web.SecurityConstraint;
import org.springframework.beans

springboot配置https访问最先出现在Python成神之路

版权声明:
作者:ht
链接:https://www.techfm.club/p/11686.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>