在Spring Boot 2.0.3中设置SSL安全性

时间:2018-08-17 09:55:23

标签: java spring-boot ssl keystore application.properties

在较早的春季启动中,必须通过提及对application.properties进行设置SSL安全性的配置

server.port=8443
security.require-ssl=true
server.ssl.key-store=classpath:shq.jks
server.ssl.key-store-password=******
server.ssl.key-password=******

在Spring Boot 2.0.3上进行相同的工作

如果不是必须更改的内容。

1 个答案:

答案 0 :(得分:0)

您的问题的答案是“是”。

对于Spring boot 2.0.x版本也是如此。

您可以在下面参考以进行交叉验证。

Enable HTTPS with self-signed certificate in Spring Boot 2.0