Skip to content
Spring Boot application using Scala
HTML Scala Other
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
gradle/wrapper Polished May 21, 2017
project Restored sbt May 21, 2017
sbt-dist/conf Restored sbt May 21, 2017
src/main
.gitignore Upgraded to use Spring Boot 1.4.4 and Scala 2.12.1 Jan 29, 2017
README.adoc Restored sbt May 21, 2017
build.gradle Restored sbt May 21, 2017
build.sbt Polished May 21, 2017
gradlew Upgraded to use Spring Boot 1.4.4 and Scala 2.12.1 Jan 29, 2017
gradlew.bat Upgraded to use Spring Boot 1.4.2.RELEASE, using gradle 3 wrappers, r… Nov 16, 2016
sbt Changed perm May 21, 2017
sbt.bat Restored sbt May 21, 2017

README.adoc

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
You can’t perform that action at this time.