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

https://github.com/mdecker-mobilecomputing/maven_springboot_linkbaum

Link-Baum als Demo für Speicherung eigener Objekte in Redis/Valkey
https://github.com/mdecker-mobilecomputing/maven_springboot_linkbaum

github-actions maven redis spring-boot thymeleaf valkey

Last synced: 9 days ago
JSON representation

Link-Baum als Demo für Speicherung eigener Objekte in Redis/Valkey

Awesome Lists containing this project

README

          

# Link-Baum mit *Spring Boot Redis* #


Dieses Repo enthält eine Spring-Boot-Anwendung, die die Verwendung der Key-Value-Datenbank "Redis" demonstriert.
Die Anwendung ist eine Web-App, die einen sog.
[Link-Baum](https://later.com/social-media-glossary/link-tree/) darstellt.

Für die Anwendung von Redis wird [Spring Data Redis](https://spring.io/projects/spring-data-redis)
verwendet, siehe hierzu auch
[das offizielle Tutorial](https://docs.spring.io/spring-data/redis/reference/repositories.html)
und
[dieses Tutorial auf baeldung.com](https://www.baeldung.com/spring-data-redis-tutorial).


----

## License ##


See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).