03 2020 档案

摘要:数据脱敏 注解定义 package cn.com.sensitive.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annot 阅读全文
posted @ 2020-03-26 18:30 Bevis 阅读(771) 评论(0) 推荐(0) 编辑
摘要:<!-- generator --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-generator</artifactId> <version>3.0.1</version> <scope>compil 阅读全文
posted @ 2020-03-26 18:10 Bevis 阅读(726) 评论(0) 推荐(0) 编辑
摘要:package cn.com.utils; import org.apache.commons.collections4.CollectionUtils; import org.springframework.beans.factory.annotation.Autowired; import or 阅读全文
posted @ 2020-03-17 17:20 Bevis 阅读(235) 评论(0) 推荐(0) 编辑
摘要:package PathMatchUtils; import org.springframework.util.AntPathMatcher; import java.util.Map; /** * 请求地址匹配器 * (1)? 匹配一个字符(除过操作系统默认的文件分隔符) * (2)* 匹配0个或 阅读全文
posted @ 2020-03-13 12:55 Bevis 阅读(233) 评论(0) 推荐(0) 编辑
摘要:package cn.com.utils; import org.apache.commons.lang3.StringUtils; import org.apache.commons.mail.EmailException; import org.apache.commons.mail.HtmlE 阅读全文
posted @ 2020-03-10 19:18 Bevis 阅读(684) 评论(0) 推荐(0) 编辑
摘要:<!-- freemarker依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependency> < 阅读全文
posted @ 2020-03-07 10:39 Bevis 阅读(566) 评论(0) 推荐(0) 编辑
摘要:1: Map版 package com.ciicsh.spring.boot.starter.core.util.excel.utils; import java.util.HashMap; import java.util.Map; import java.util.Objects; public 阅读全文
posted @ 2020-03-06 13:53 Bevis 阅读(1499) 评论(0) 推荐(0) 编辑
摘要:1、转发 方式一:使用 "forword" 关键字(不是指java关键字),注意:类的注解不能使用@RestController 要用@Controller 1 2 3 4 @RequestMapping(value="/test/test01/{name}" , method = RequestM 阅读全文
posted @ 2020-03-02 18:24 Bevis 阅读(17647) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示