In earlier spring boot, the configuration for setting up SSL security had to be done on application.properties by mentioning
server.port=8443
security.require-ssl=true
server.ssl.key-store=classpath:shq.jks
server.ssl.key-store-password=******
server.ssl.key-password=******
Would the same work on spring boot 2.0.3
If not what has to be changed.