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.
相關文章
相關標籤/搜索