Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/maven_springboot_tagebuch
Spring Boot Web-App zur Demonstration von Basic Authentication
https://github.com/mdecker-mobilecomputing/maven_springboot_tagebuch
h2-database java maven spring-boot
Last synced: 2 days ago
JSON representation
Spring Boot Web-App zur Demonstration von Basic Authentication
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/maven_springboot_tagebuch
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2024-04-18T17:16:23.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-23T06:20:50.000Z (8 months ago)
- Last Synced: 2024-11-09T22:41:03.784Z (about 2 months ago)
- Topics: h2-database, java, maven, spring-boot
- Language: Java
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Spring Boot: Tagebuch-App #
Dieses Repository enthält eine einfache Spring-Boot-Anwendung, die ein einfaches Mehrnutzer-Tagebuch darstellt.
Es sollen damit folgende Funktionen von *Spring Boot* demonstriert werden:* Form-based Authentication
* Persistenz mit `JdbcTemplate` und `NamedParameterJdbcTemplate`
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).