Spring|Spring Boot 配置HTTPS

【Spring|Spring Boot 配置HTTPS】server:
ssl:
key-store: k.pfx
key-store-password: k
keyStoreType: PKCS12

    推荐阅读