Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marlalain/slinky
Quick development in Spring Boot using Java Generics and Reflection.
https://github.com/marlalain/slinky
java-generics java-reflection kotlin library spring-boot
Last synced: 2 months ago
JSON representation
Quick development in Spring Boot using Java Generics and Reflection.
- Host: GitHub
- URL: https://github.com/marlalain/slinky
- Owner: marlalain
- License: bsd-3-clause
- Created: 2021-11-23T03:40:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T17:15:20.000Z (5 months ago)
- Last Synced: 2024-08-27T19:05:07.786Z (5 months ago)
- Topics: java-generics, java-reflection, kotlin, library, spring-boot
- Language: Kotlin
- Homepage:
- Size: 328 KB
- Stars: 32
- Watchers: 0
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
## Why "slinky"?
A slinky is a precompressed helical spring toy invented by Richard James in the early 1940s. And "Spring" is the
framework that this library is built upon.## But why use slinky?
The (java!) generic classes slinky provides are going to allow developers to create Spring Boot applications at record
speed.## What slinky provides to every resource?
Currently, slinky provides `GET`, `POST`, `PUT`, `DELETE`, `PATCH`, `HEAD` and `OPTIONS` for resource(s)
gathering(s). Right now we only operate in REST but adding RESTful classes to inherit from is on the todo list.