Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 467 Bytes

README.adoc

File metadata and controls

28 lines (19 loc) · 467 Bytes

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