I followed a guide to enable https in Spring Boot. The application was beforehand working on https://localhost:8080
I\'ve created a keystore.jks which is in
keystore.jks
Follow this step 1:Select application.properties
See image
[2]: server.port=8888 // type port number what you want
and save this page and again run this application