维护入口

This commit is contained in:
Zzzz
2026-04-27 23:38:19 +08:00
parent 4155d5b1ea
commit 63738f108a
21 changed files with 1009 additions and 8 deletions
+6 -1
View File
@@ -22,4 +22,9 @@ mvn clean package
5. Deploy `target/library-management.war` to Tomcat.
The implemented scaffold slices now cover login/permission checks, catalog and book management, reader profile management, borrowing circulation, reader loan history, and the staff report center. Authentication stores only a safe authenticated-user snapshot in the HTTP session, and business workflows stay in Servlet -> Service -> DAO boundaries.
The implemented scaffold slices now cover login/permission checks, catalog and
book management, book category maintenance, reader profile management,
borrowing circulation, reader loan history, the staff report center,
administrator user management, and system-log viewing. Authentication stores
only a safe authenticated-user snapshot in the HTTP session, and business
workflows stay in Servlet -> Service -> DAO boundaries.