美文网首页
@ServletComponentScan的作用

@ServletComponentScan的作用

作者: 爲誰而来 | 来源:发表于2021-01-07 16:34 被阅读0次

SpringBootApplication 上使用@ServletComponentScan 注解后

Servlet可以直接通过@WebServlet注解自动注册

Filter可以直接通过@WebFilter注解自动注册

Listener可以直接通过@WebListener 注解自动注册

相关文章

网友评论

      本文标题:@ServletComponentScan的作用

      本文链接:https://www.haomeiwen.com/subject/tqwzoktx.html