'doGet(HttpServletRequest, HttpServletResponse)' in 'com.example.Request.RequestServlet' clashes with 'doGet(HttpServletRequest, HttpServletResponse)' in 'com.example.Request.HelloServlet'; attempting to assign weaker access privileges ('protected'); was 'public'
访问权限冲突,看一下你的代码吧,看下那里的权限高低。学过方法重写都知道,访问修饰符的排名。不行就贴代码,你这种不是好问题,一般很少人会回答你的。以后记得贴代码图片