Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーブレット 3.0 を使用していますが、アノテーションを使用して 1 つのサーブレットのみにフィルターを指定することはできませんか? 誰でも私を助けることができますか?
最後に、私はこれを見つけました、そしてそれは私と一緒に働いています
@WebFilter(filterName = "BasicFilter" , urlPatterns = {"/BasicFilter"},servletNames ={"/FilteredServlet"})