spring-boot-scala-web
A sample web application using spring-boot and Scala
applied to gradle 2.7, scala 2.11.7, spring boot 1.3.0.
Using gradle as the build tool:
Build using ./gradlew build
Run using: java -jar build/libs/spring-boot-scala-web-0.1.0.jar
A url listing the hotels is at http://localhost:8080/hotels
Using sbt as the build tool:
Start up the sbt console using sbt
Run the Spring boot main program using runMain mvctest.SampleWebApplication