Skip to content
Spring Boot application using Scala
HTML Scala CSS
Branch: master
Clone or download
This branch is 1 commit ahead, 15 commits behind bijukunjummen:master.

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
project
src/main
.gitignore
README.md
build.gradle
build.sbt
gradle.properties
gradlew
gradlew.bat

README.md

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

You can’t perform that action at this time.