A kotlin-based spring web server demo project
- Generate a working Spring Boot project with Spring Initializer
- Build, deploy and launch the application
Generate a working spring boot project (maven-based) w/ Spring Initializer
I added the following dependencies for this specific project
- web
- rest repository
- jpa
- h2
Then build, deploy, and launch the application (via Intellij IDE)
If successfully launched, look for the port number it used to launch the web app