- 博客(6)
- 收藏
- 关注
原创 解决JDK1.8 编译时提示 程序包com.sun.image.codec.jpeg不存在的问题
解决JDK1.8 编译时提示 程序包com.sun.image.codec.jpeg不存在的问题由于jdk1.6以后jre中删除rt.jar,jce.jar,所以会出现以上问题解决办法:在pom文件中build -> plugins 中加入以下配置就可以了 <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <encod
2020-09-01 17:43:01
2767
2
原创 连接MySQL报错 10061
连接MySQL报错 10061使用Navicat连接MySQL数据库时,报错10061原因:MySQL服务未启动解决:cmd 输入 services.msc 打开windows服务列表窗口,找到MySQL服务并启动即可
2020-08-27 09:55:37
358
原创 maven依赖下载加速
maven依赖下载加速maven依赖阿里镜像加速:在maven配置文件标签里加入<mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>cent
2020-08-25 09:41:56
409
原创 统一返回结果工具类
统一返回结果工具类import com.alibaba.fastjson.JSONObject;/** * @Author gene * @Date 2020/8/6 9:41 * @Description 统一返回结果 */public class ResponseUtil extends JSONObject { /** * @author gene * @date 2020/8/6 10:19 * @name successJSONData
2020-08-24 11:21:09
642
原创 redis:Invalid input of type: ‘bool‘ type. Convert to a byte,string or number first
redis:Invalid input of type: 'bool' type. Convert to a byte,string or number first
2020-01-15 17:40:24
435
原创 更改springboot默认加载的application.yml文件的名字为xx.yml(自定义名字
更改springboot默认加载的application.yml文件的名字为xx.yml(自定义名字)new SpringApplicationBuilder(AppWeiXin.class) .properties("spring.config.location=classpath:/xx.yml").run(args);
2019-12-29 21:04:31
5791
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人