会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Code Job
Looking up the sky while feet ta shi di
首页
联系
管理
2017年6月12日
Spring Boot开发HTTPS协议的REST接口
摘要: Spring Boot开发HTTP的REST接口流程在前文中已经描述过,见《SpringBoot开发REST接口》。 如需要支持HTTPS,只需要在如上基础上进行设置。修改/resources/application.properties文件,添加ssl配置。 server.port=8443 server.ssl.key-store=classpath:keystore.p12 server....
阅读全文
posted @ 2017-06-12 15:04 Arli
阅读(3921)
评论(0)
推荐(1)
编辑
公告