• build the maven jar
  • check right java version
  • run created jar file (location should be logged in the console after building)

this works because the web server is part of the jar file (tomcat dependency is added with the web spring starter projects)

open question: how to change the web server from localhost to a “real” server