/spring-boot-scala-web

Spring Boot application using Scala

Primary LanguageHTML

spring-boot-scala-web

Using gradle as the build tool:

Build using ./gradlew build Run using ./gradlew bootRun OR Run using: java -jar build/libs/spring-boot-scala-web-0.3.0.jar

A url listing the hotels is at http://localhost:8080/hotels

Using sbt as the build tool

Start up sbt console

sbt

Start App

~re-start