
Bug库
文章平均质量分 53
晚风_Join
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
bug记录: 启动MySQL:Starting MySQL.The server quit without updating PID file (/[Fail]sql/data/mysql.pid).
文章目录开发环境:问题描述:linux启动Mysql运行报错:Starting MySQL.The server quit without updating PID file (/[Fail]sql/data/mysql.pid).解决方案 开发环境: JDK:1.8 Linux:centOS7 Mysql:mysql-5.7.11-linux-glibc2.5-x86_64 问题描述:linux启动Mysql运行报错:Starting MySQL.The server quit without upda原创 2021-04-13 10:03:16 · 187 阅读 · 0 评论 -
bug记录:java.lang.ClassCastException: java.math.BigInteger cannot be cast to java.lang.Integer解决方案
文章目录今日Bug:java.lang.ClassCastException: java.math.BigInteger cannot be cast to java.lang.Integer解决方案:将map.get()获取的数据类型改为BigInteger 今日Bug:java.lang.ClassCastException: java.math.BigInteger cannot be ca...原创 2020-04-24 20:31:47 · 814 阅读 · 0 评论 -
springBoot BUG:Failed to load property source from location 'classpath:/application.yml'解决方法
文章目录今日Bug: Failed to load property source from location 'classpath:/application.yml'问题描述:测试mapper文件,运行报错:Failed to load property source from location 'classpath:/application.yml'解决方法:更改IDEA编码格式,这里无法加载...原创 2020-04-16 10:03:03 · 5201 阅读 · 0 评论 -
springBoot创建项目问题:Artifact contains illegal characters
文章目录开发环境:问题描述:在新建springBoot项目时报错:命名包含非法字符解决方法:测试发现Artifact命名不能出现大写字母,将其改为小写解决 今日Bug: Artifact contains illegal characters 开发环境: JDK:1.8 MAVEN:3.5.4 IDEA:2019.3 SpringBoot:2.2.6 问题描述:在新建springBoot项目时报错...原创 2020-04-14 10:47:48 · 851 阅读 · 0 评论 -
springBoot Bug记录:java.sql.SQLException: Access denied for user 'root'@'localhost'
文章目录今天在写springBoot连接数据库的时候遇到一个bug,故写此贴记录一下解决方法开发环境:问题描述:使用 application.properties配置连接数据库正常连接,而使用application.yml连接数据库报错:报错内容:java.sql.SQLException: Access denied for user 'root'@'localhost' (using pass...原创 2020-04-14 10:31:16 · 1645 阅读 · 8 评论