I want to make a pure back-end java project, use the springboot framework, and then change the default http protocol to https protocol, according to the following tutorial
http://blog.csdn.net/enterys/...
After installation, it can be started directly locally and accessed by localhost using the https protocol. However, it will not work when deployed to a Linux environment.
Configuring it directly in springboot is not as convenient as configuring it in nginx (certificate)
Spring boot configure jks certificate