Spring Boot SSL (HTTPS) examples
In this tutorial, we will show you how to enable SSL (HTTPS) support for a Spring Boot web application (mvc + thymeleaf). Tested with Maven 3 Java 8 Spring Boot 2.2.4.RELEASE Spring Boot default embedded Tomcat 9 Self-signed certificate (PKCS12) To enable SSL or HTTPS for Spring Boot web application, puts the certificate file .p12 …