Memento Pattern

This commit is contained in:
kim
2021-01-19 22:45:39 +09:00
parent a4bacc5e49
commit af9458d9de
5 changed files with 74 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ public class UserController extends HttpServlet {
if (result == 1) {
response.sendRedirect("index.jsp");
} else {
}
}
}