You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
This is a Spring Boot project for managing a library system. It allows users to manage books, authors, and genres.
4
4
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
+
5
8
## Implemented Features
6
9
7
10
-[x] Book management
@@ -27,6 +30,9 @@ This is a Spring Boot project for managing a library system. It allows users to
27
30
28
31
Dies ist ein Spring-Boot-Projekt zur Verwaltung eines Bibliothekssystems. Es ermöglicht die Verwaltung von Büchern, Autoren und Genres.
29
32
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.
0 commit comments