java Spring Boot 开发小技巧
LionGod
新进青年大军,00领先者
展开
-
java 存储 base64图片+反向解析
存储base64字符串图片 /** * 存储base64字符串的图片 * * @param base64Str ImageBase64的字符串 * @param path 存储路径 * @param ext 图片后缀 * @return ImageName */ public static String base64CodeTobeImage(String base64Str, String path,.原创 2020-06-10 18:56:18 · 894 阅读 · 0 评论 -
spring boot 查询两个时间区间内容(只有一个创建时间字段的前提下)
<select id="selectSubstituteIntoApplicationList" parameterType="SubstituteIntoApplication" resultMap="SubstituteIntoApplicationResult"> <include refid="selectSubstituteIntoApplicationVo"/> <where> ...原创 2020-06-06 15:58:49 · 1432 阅读 · 0 评论 -
java spring boot 空字符串转Integer报错问题
java spring boot 解决 For input ""问题 <!-- 解决 Illegal DefaultValue null for parameter type integer 异常 --> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifac原创 2020-06-05 11:52:44 · 1999 阅读 · 0 评论