维护入口
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user