Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/maven_springboot_weblesezeichen
Einfache Verwaltung für eine Sammlung von WWW-Links, für Demonstration von Baumstruktur mit Spring Data JPA
https://github.com/mdecker-mobilecomputing/maven_springboot_weblesezeichen
gh-actions h2-database java jpa maven spring-boot
Last synced: 10 days ago
JSON representation
Einfache Verwaltung für eine Sammlung von WWW-Links, für Demonstration von Baumstruktur mit Spring Data JPA
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/maven_springboot_weblesezeichen
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2024-05-29T15:54:32.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-12T12:36:22.000Z (5 months ago)
- Last Synced: 2024-06-12T16:48:50.278Z (5 months ago)
- Topics: gh-actions, h2-database, java, jpa, maven, spring-boot
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Spring Boot: Web-Lesezeichen #
Das Repo enthält den Quellcode für eine mit *Spring Boot* realisierte Web-App, die einen
einfachen Web-Lesezeichen-Manager repräsentiert.
Hiermit soll die Umsetzung einer Baumstruktur mit der
[Jakarta Persistence API (JPA)](https://jakarta.ee/learn/docs/jakartaee-tutorial/current/persist/persistence-intro/persistence-intro.html)
demonstriert werden (die Lesezeichen sind nämlich in Ordnern enthalten, die Unterordner enthalten können).
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).