在myeclipse中創(chuàng)建servlet項(xiàng)目中,發(fā)現(xiàn)使用webservlert注解時(shí)出現(xiàn)WebServlet cannot be resolved to a type的問題,最后發(fā)現(xiàn)問題解決方式是沒有導(dǎo)入
import javax.servlet.annotation.WebServlet;
在myeclipse中創(chuàng)建servlet項(xiàng)目中,發(fā)現(xiàn)使用webservlert注解時(shí)出現(xiàn)WebServlet cannot be resolved to a type的問題,最后發(fā)現(xiàn)問題解決方式是沒有導(dǎo)入
import javax.servlet.annotation.WebServlet;