摘要: 一:生成随机字符串工具StrUtil package cn.ybl.basic.util; import java.util.ArrayList; import java.util.List; import java.util.Random; /** * @Author Mr.yang * @cre 阅读全文
posted @ 2022-07-27 16:16 yyybl 阅读(31) 评论(0) 推荐(0)
摘要: 一:添加依赖 <!--EasyPoi依赖--> <dependency> <groupId>cn.afterturn</groupId> <artifactId>easypoi-base</artifactId> <version>4.2.0</version> </dependency> <dep 阅读全文
posted @ 2022-07-27 12:28 yyybl 阅读(134) 评论(0) 推荐(0)
摘要: 一:添加依赖 <!--对邮件的支持jar--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> 二:app 阅读全文
posted @ 2022-07-27 12:24 yyybl 阅读(28) 评论(0) 推荐(0)
摘要: 一:添加依赖 <!-- 主要用于后端发送http请求--> <!-- 后端发送http请求 - 一般用在调用三方接口时会用 --> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</a 阅读全文
posted @ 2022-07-27 12:17 yyybl 阅读(85) 评论(0) 推荐(0)
摘要: 一:添加依赖 <!--fastdfs--> <dependency> <groupId>cn.bestwu</groupId> <artifactId>fastdfs-client-java</artifactId> <version>1.27</version> </dependency> <!- 阅读全文
posted @ 2022-07-27 12:12 yyybl 阅读(17) 评论(0) 推荐(0)
摘要: 一:添加依赖 <!--代码生成器--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-generator</artifactId> <version>3.3.2</version> </dependency 阅读全文
posted @ 2022-07-27 12:03 yyybl 阅读(53) 评论(0) 推荐(0)