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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
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
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.
6
+
This behavior is intentional for demonstration purposes and can be easily changed with a few simple modifications.
7
7
8
8
## Implemented Features
9
9
@@ -31,7 +31,7 @@ This behavior is intentional for demonstration purposes and can be easily change
31
31
Dies ist ein Spring-Boot-Projekt zur Verwaltung eines Bibliothekssystems. Es ermöglicht die Verwaltung von Büchern, Autoren und Genres.
32
32
33
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.
34
+
Dieses Verhalten ist bewusst so gewählt und kann mit ein paar kleinen Änderungen angepasst werden.
0 commit comments