随笔分类 - Spring Boot
摘要:入门案例: @Slf4j @RestControllerAdvice(annotations = {RestController.class, Controller.class}) public class GlobalExceptionHandler { //java.sql.SQLIntegri
阅读全文
摘要:@ServletComponentScan 在 SpringBootApplication 上使用@ServletComponentScan 注解后,servlet、Filter、Listener可以直接通过@WebServlet、@WebFilter、@WebListener 注解自动注册,无需其
阅读全文