Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashawley/spring-boot-scala
Get started with Spring in Scala
https://github.com/ashawley/spring-boot-scala
Last synced: 5 days ago
JSON representation
Get started with Spring in Scala
- Host: GitHub
- URL: https://github.com/ashawley/spring-boot-scala
- Owner: ashawley
- Created: 2018-07-11T03:58:12.000Z (over 6 years ago)
- Default Branch: hello-world
- Last Pushed: 2018-08-10T18:10:27.000Z (over 6 years ago)
- Last Synced: 2024-10-31T12:46:47.138Z (about 2 months ago)
- Language: Scala
- Homepage: http://spring.io
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Boot 1.x in Scala
========================[![Build Status](https://travis-ci.org/ashawley/spring-boot-scala.svg?branch=hello-world)](https://travis-ci.org/ashawley/spring-boot-scala)
Run [Spring Boot] 1.5 from [Scala] and [sbt].
Starting
--------Open sbt from a console:
$ sbt
From the sbt prompt, start the application with [sbt-revolver]:
> re-start
To stop to the application:
> re-stop
Testing
-------Run the test suite from the sbt prompt:
> test
Triggered execution
-------------------It is possible for sbt to poll your sources and automatically run the
build again for you.Here is how to run the app, and have it be restarted on every source
file change:> ~re-start
After exiting, be sure to still stop the forked application process with:
> re-stop
To run the test suite whenever the sources or a test are changed:
> ~test
[Spring Boot]: https://spring.io/projects/spring-boot
[Scala]: https://scala-lang.org
[sbt]: https://scala-sbt.org
[sbt-revolver]: https://github.com/spray/sbt-revolver