参考:https://www.cnblogs.com/tanghuachun/p/9951849.html
1.将pfx文件拷贝到application.properties同级目录下
2.添加配置文件
server.port=443
server.ssl.key-store=classpath:XXX.pfx
server.ssl.key-store-password=xxx
server.ssl.keyStoreType=PKCS12
参考:https://www.cnblogs.com/tanghuachun/p/9951849.html
1.将pfx文件拷贝到application.properties同级目录下
2.添加配置文件
server.port=443
server.ssl.key-store=classpath:XXX.pfx
server.ssl.key-store-password=xxx
server.ssl.keyStoreType=PKCS12