更新
This commit is contained in:
@@ -13,7 +13,7 @@ import java.io.IOException;
|
||||
import java.io.PrintWriter;
|
||||
import java.util.HashMap;
|
||||
|
||||
@WebServlet("selectByArticleId")
|
||||
@WebServlet("/selectByArticleId")
|
||||
public class selectByArticleId extends HttpServlet {
|
||||
protected articleService articleservice = new articleService();
|
||||
@Override
|
||||
|
@@ -13,7 +13,7 @@ import java.io.IOException;
|
||||
import java.io.PrintWriter;
|
||||
import java.util.HashMap;
|
||||
|
||||
@WebServlet("updateReadCount")
|
||||
@WebServlet("/updateReadCount")
|
||||
public class updateReadCount extends HttpServlet {
|
||||
protected articleService articleservice = new articleService();
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user