美文网首页
spring boot http 转 https (配置http

spring boot http 转 https (配置http

作者: 倾国倾城林二狗 | 来源:发表于2020-06-09 09:40 被阅读0次

    我的项目是前后端分离的项目,后端spring boot 前端vue,vue的跨域是用nginx代理的。

    这里先介绍spring boot 配置https的步骤

    #1. 我的域名是在阿里云买的,所以需要在阿里云下载ssl证书 下载tomcat包

    #2. pfx文件放在项目中recources目录下

    #3. 在application.yml中添加配置

    classpath是必须加上的,password是下载下来的另一个txt文件

    #4. 启动项目

    相关文章

      网友评论

          本文标题:spring boot http 转 https (配置http

          本文链接:https://www.haomeiwen.com/subject/vchnzhtx.html