做读者档案、联系方式、借阅资格功能
This commit is contained in:
@@ -22,4 +22,4 @@ mvn clean package
|
||||
|
||||
5. Deploy `target/library-management.war` to Tomcat.
|
||||
|
||||
The login flow is intentionally limited to the first scaffold slice. It supports administrator, librarian, and reader roles, stores only a safe authenticated-user snapshot in the HTTP session, and keeps authentication work in Servlet -> Service -> DAO boundaries.
|
||||
The implemented scaffold slices now cover login/permission checks, catalog and book management, and reader profile management. 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