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
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/maven_springboot_linkbaum
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2025-06-19T11:51:08.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-06-19T15:42:25.000Z (7 months ago)
- Last Synced: 2025-06-19T16:19:32.334Z (7 months ago)
- Topics: github-actions, maven, redis, spring-boot, thymeleaf, valkey
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).