An open API service indexing awesome lists of open source software.

https://github.com/bygui86/spring-fu

Spring Fu sample projects
https://github.com/bygui86/spring-fu

mavenw spring spring-boot spring-boot-2 spring-fu spring-fu-jafu spring-functional

Last synced: about 1 month ago
JSON representation

Spring Fu sample projects

Awesome Lists containing this project

README

          

# Spring Fu sample projects

## Sub-projects

* Jafu
- [x] Minimal
- [x] MongoDB
- [x] R2DBC
* Kofu
- [ ] Minimal
- [ ] MongoDB
- [ ] R2DBC

---

## Run

### JaFu

* Start `minimal` sample
```
cd spring-jafu/spring-jafu-minimal
mvnw clean package spring-boot:run
```

* Start `mongodb` sample
```
cd spring-jafu/spring-jafu-mongodb
mvnw clean package spring-boot:run
```

* Start `r2dbc` sample
```
cd spring-jafu/spring-jafu-r2dbc
mvnw clean package spring-boot:run
```

### KoFu

`TODO`

---

## TODOs

- [x] introduce Lombok
- [x] testing
- [ ] natively compile with GraalVM

---

## Links

* https://github.com/spring-projects/spring-fu
* https://spring.io/blog/2018/10/02/the-evolution-of-spring-fu

### Jafu
* https://github.com/spring-projects/spring-fu/blob/master/jafu/README.adoc
* https://github.com/spring-projects/spring-fu/tree/master/samples/jafu-reactive-minimal
* https://github.com/spring-projects/spring-fu/tree/master/samples/jafu-reactive-r2dbc

### Kofu
* https://github.com/spring-projects/spring-fu/blob/master/kofu/README.adoc
* https://github.com/spring-projects/spring-fu/tree/master/samples/kofu-reactive-minimal
* https://github.com/spring-projects/spring-fu/tree/master/samples/kofu-reactive-r2dbc
* https://github.com/spring-projects/spring-fu/tree/master/samples/kofu-reactive-mongodb
* https://github.com/spring-projects/spring-fu/tree/master/samples/kofu-coroutines-r2dbc
* https://github.com/spring-projects/spring-fu/tree/master/samples/kofu-coroutines-mongodb

### APT plugin demo
* https://github.com/dsyer/spring-init-experiment