Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/maven_springboot_blogcms
Einfaches Blog-CMS für Demonstration von RichtText-Editor im Frontend & Clob auf DB
https://github.com/mdecker-mobilecomputing/maven_springboot_blogcms
github-actions h2-database java jpa maven spring-boot
Last synced: 10 days ago
JSON representation
Einfaches Blog-CMS für Demonstration von RichtText-Editor im Frontend & Clob auf DB
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/maven_springboot_blogcms
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2024-05-30T21:26:11.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T06:59:05.000Z (5 months ago)
- Last Synced: 2024-06-17T12:07:58.330Z (5 months ago)
- Topics: github-actions, h2-database, java, jpa, maven, spring-boot
- Language: Java
- Homepage:
- Size: 157 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: Blog-CMS #
Dieses Repository enthält eine Spring-Boot-Anwendung, die einfaches Blog-System implementiert.
Damit sollen folgende Konzepte demonstriert werden:
* RichText-Editor im Frontend
* CLOB-Spalten in der Datenbank für lange Texte
* HTML-Bereinigung
* Fragmente in Thymeleaf-Templates
* Bcrypt für Passwörter
* Rollen für authentifizierte Nutzer
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).