Spring Boot 2.x 配置阿里云 https 证书

将pfx证书放置到resources目录下 更改application.yml配置 # 开发环境配置 server: #证书配置 ssl: key-store: classpath:XXXXXXX.pfx key-store-password: your_password keyStoreType: PKCS12 port: 443 增加httpsConfig.
相关文章
相关标签/搜索