Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakandilek/spring-native-sample
https://github.com/hakandilek/spring-native-sample
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hakandilek/spring-native-sample
- Owner: hakandilek
- Created: 2020-12-13T19:58:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T16:52:06.000Z (almost 4 years ago)
- Last Synced: 2023-03-12T17:01:44.753Z (over 1 year ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-native-sample project
This project uses Reactive Spring Framework.
If you want to learn more about Reactive Spring, please visit: https://spring.io/reactive .
## Model
```plantuml
class Product {
+ String name
+ String code
}```
[//]: # "mastic-pin-readme"