摘要:
添加依赖: <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> <version>3.3</version> </dependency> socket客户端: import org.apac 阅读全文
摘要:
添加依赖: <!--springboot版本为2.3.3.RELEASE--> <!-- aop切面 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</a 阅读全文
摘要:
生成二维码 添加依赖: <!-- 二维码工具 --> <dependency> <groupId>com.google.zxing</groupId> <artifactId>core</artifactId> <version>3.3.0</version> </dependency> <depe 阅读全文
摘要:
代码示例: /** * 全局异常 **/ @RestControllerAdvice public class GlobalExceptionHandler { /** * 缺失参数异常处理器 * * @param e 缺失参数异常 * @return ResponseResult */ @Exce 阅读全文