1 |
|
@ServletComponentScan
在SpringBootApplication上使用@ServletComponentScan注解后,Servlet、Filter、Listener可以直接通过@WebServlet、@WebFilter、@WebListener注解自动注册,无需其他代码。
- 本文作者: 忘忧症
- 本文链接: https://NepenthesZGW.github.io/2020/08/05/framework/SpringBoot/SpringBoot注解/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!