随笔分类 - Spring
摘要:https://www.cnblogs.com/sumuncle/p/16220958.html
阅读全文
摘要:https://zhuanlan.zhihu.com/p/346086161 前言 上一篇分享了JDK自带的线程池ThreadPoolExecutor的配置和参数详解,然而我们实际开发中更多的是使用SpringBoot来开发,Spring默认也是自带了一个线程池方便我们开发,它就是ThreadPoo
阅读全文
摘要:主要来源于:https://www.cnblogs.com/lenve/p/10748453.html Spring中的注解 @ControllerAdvice作用: 处理全局异常 预设全局数据 请求参数预处理 处理全局异常 @ControllerAdvice结合 @ExceptionHandler
阅读全文
摘要:OOP : Object Oriented Programming 面向对象编程:代码重用——继承 AOP: Aspect Oriented Programming 面向切面编程:代码重用——切面 1. Aop 切面编程简介: 在面向切面编程AOP的思想里面,核心业务功能和切面功能分别独立进行开发
阅读全文