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
- Host: GitHub
- URL: https://github.com/bygui86/spring-fu
- Owner: bygui86
- License: apache-2.0
- Created: 2019-02-16T14:06:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T06:19:10.000Z (about 7 years ago)
- Last Synced: 2025-07-21T10:34:16.824Z (11 months ago)
- Topics: mavenw, spring, spring-boot, spring-boot-2, spring-fu, spring-fu-jafu, spring-functional
- Language: Java
- Size: 91.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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