Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/spring-boot-reactive-scala-example
Build Reactive apps with Spring Boot Gradle Kotlin DSL starter
https://github.com/daggerok/spring-boot-reactive-scala-example
akka-stream akka-streams gradle-kotlin gradle-kotlin-dsl reactive-programming scala spring-boot spring-boot-2 spring-boot-scala
Last synced: 21 days ago
JSON representation
Build Reactive apps with Spring Boot Gradle Kotlin DSL starter
- Host: GitHub
- URL: https://github.com/daggerok/spring-boot-reactive-scala-example
- Owner: daggerok
- License: mit
- Created: 2019-04-08T02:54:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T23:11:33.000Z (over 5 years ago)
- Last Synced: 2024-11-11T15:37:23.203Z (3 months ago)
- Topics: akka-stream, akka-streams, gradle-kotlin, gradle-kotlin-dsl, reactive-programming, scala, spring-boot, spring-boot-2, spring-boot-scala
- Language: Kotlin
- Homepage: https://daggerok.github.io/spring-boot-reactive-scala-example/
- Size: 356 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala + spring-boot + gradle-kotlin-dsl [![Build Status](https://travis-ci.org/daggerok/spring-boot-reactive-scala-example.svg?branch=master)](https://travis-ci.org/daggerok/spring-boot-reactive-scala-example)
Build Reactive apps with Spring Boot Gradle Kotlin DSL starter## build and run
```bash
./gradlew
java -jar ./build/libs/*.jar
http :8080
```## Spring MVC
```bash
http :8080/api/mvc # or: http :8080
http :8080/api/mvc body="hello mvc"
http :8080/api/mvc/cd8063ca-4ce7-4b34-81e5-21fe3c066e1d
http :8080/api/mvc/tags
```## Router Function builder
```bash
http :8080/api/fnb
http :8080/api/fnb body="hello builder"
http :8080/api/fnb/94b6f180-1724-49f9-8b62-8d322f4f8f63
```## Router Function
```bash
http :8080/api/fn
http :8080/api/fn body="hello function"
http :8080/api/fn/40156273-a6dc-4f6c-a218-1b84d5c30929
```links:
* see [YouTube: Spring Tips: Bootiful, Reactive Scala](https://www.youtube.com/watch?v=E_YZwrv-zTk)
* update / [migrate Vuepress](https://v1.vuepress.vuejs.org/miscellaneous/migration-guide.html#vuepress-style-styl) 0.x -> 1.x