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