Skip to content

Commit db63443

Browse files
Update README.md
1 parent f4bf828 commit db63443

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This is a Spring Boot project for managing a library system. It allows users to manage books, authors, and genres.
44

5+
Note: This is a demo application. The database is configured to be non-persistent by design and only stores data while the database service is running.
6+
This behavior is intentional for demonstration purposes and can be easily changed in the configuration.
7+
58
## Implemented Features
69

710
- [x] Book management
@@ -27,6 +30,9 @@ This is a Spring Boot project for managing a library system. It allows users to
2730

2831
Dies ist ein Spring-Boot-Projekt zur Verwaltung eines Bibliothekssystems. Es ermöglicht die Verwaltung von Büchern, Autoren und Genres.
2932

33+
Hinweis: Dies ist eine Demoanwendung. Die Datenbank ist absichtlich nicht persistent konfiguriert und speichert Daten nur solange der Datenbankdienst läuft.
34+
Dieses Verhalten ist bewusst so gewählt und kann leicht in der Konfiguration angepasst werden.
35+
3036
## Implementierte Funktionen
3137

3238
- [x] Buchverwaltung

0 commit comments

Comments
 (0)