/bookshelf

Spring Boot + Scala Example Application

Primary LanguageScala

Bookshelf REST API - Example

This is a Skeleton project for Spring Boot using Scala instead of Java. Integrated with other Spring Projects.

Features

  • Spring Boot 1.4.2
  • Scala 2.11.5
  • Spring Data JPA
  • Spring Data Rest

Building

  • This project using Gradle as Build System with Scala plugin.

  • To Run:

    $ gradle bootRun

    or

    $ gradle clean build && java -jar ./build/libs/bookshelf-0.0.1-SNAPSHOT.jar

  • To access: http://localhost:8080