1、遇到的问题
application.properties配置以下
server.port = 8000
server.ssl.key-store = file:///path/to/mykeys.jks
server.ssl.key-store-password = letmein
server.ssl.key-password = letmein
运行不了
****************************
APPLICATION FAILED TO START
****************************
Description:
The Tomcat connector configured to listen on port 8000 failed to start. The port may already be in use or the connector may be misconfigured.
Action:
Verify the connector's configuration, identify and stop any process that's listening on port 8000, or configure this application to listen on another port.