springboot { deployment { port = 8080 port = ${?PORT} } application { modules = [ me.mementomorri.ApplicationKt.module ] } }