随笔分类 -  Maven

摘要:编辑所选配置 VM 选项 -Dcom.sun.management.jmxremote.local.only=false https://blog.csdn.net/weixin_44316527/article/details/121865083 阅读全文
posted @ 2024-01-25 08:45 寒冷的雨呢 阅读(243) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_43883917/article/details/121329159 1、查看被占用的端口的进程 netstat -aon|findstr 端口号 2、根据PID找到占用此端口的进程 tasklist|findstr 端口号 3、结束这个进程 阅读全文
posted @ 2024-01-19 15:09 寒冷的雨呢 阅读(10) 评论(0) 推荐(0) 编辑
摘要:原因:activiti 相关的jar版本和表 act_ge_property 中 schema.version 所存储的版本不一致导致报错的。 解决:查看activiti 相关jar版本,然后修改表中的版本就可以了 https://blog.csdn.net/qq_42277520/article/ 阅读全文
posted @ 2023-12-01 09:31 寒冷的雨呢 阅读(262) 评论(0) 推荐(0) 编辑
摘要:``` maven-resources-production:webapi: java.lang.NegativeArraySizeException 打开项目启动时,发现报这个错误,基于此,我分析了一下,首先原本好好的项目突然这样子,首先查看代码更新的情况,发现代码并没有作任何变化。分析代码jar 阅读全文
posted @ 2023-09-04 10:22 寒冷的雨呢 阅读(1197) 评论(0) 推荐(1) 编辑
摘要:1.上网查询 pom.xml 错误: 找不到或无法加载主类 com.xxx.xxx.xxxApplication //屏蔽掉 <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plug 阅读全文
posted @ 2023-04-21 16:42 寒冷的雨呢 阅读(74) 评论(0) 推荐(0) 编辑
摘要:IDEA -> 文件 -> 清除缓存重启 IDEA -> 文件 -> 设置 -> 构建、执行、部署 -> 构建工具 -> Maven 阅读全文
posted @ 2023-03-10 17:31 寒冷的雨呢 阅读(31) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_44589991/article/details/115013451 阅读全文
posted @ 2022-10-20 16:37 寒冷的雨呢 阅读(382) 评论(0) 推荐(0) 编辑
摘要:The user specified as a definer ('root'@'%') does not exist 此种报错主要是针对访问视图文件引起的(没有权限) 在DOS命令窗口输入 cd C:\Program Files\MySQL\MySQL Server 5.7\bin 回车 mysq 阅读全文
posted @ 2022-04-13 15:14 寒冷的雨呢 阅读(63) 评论(0) 推荐(0) 编辑
摘要:问题:springboot启动时报如下错误 Failed to process import candidates for configuration class […Application] … AutoConfigure cycle detected between TransactionAut 阅读全文
posted @ 2022-04-04 12:00 寒冷的雨呢 阅读(10019) 评论(0) 推荐(0) 编辑
摘要:错误提示: Error creating bean with name 'rabbitConnectionFactory': Singleton bean creation not allowed while singletons of this factory are in destruction 阅读全文
posted @ 2022-03-21 18:07 寒冷的雨呢 阅读(8642) 评论(0) 推荐(0) 编辑
摘要:错误提示: 命令行过长。要为 RunshiCoreApplication 或也为 Spring Boot default 配置 缩短命令行吗 或 Error running 'Application': Command line is too long. Shorten command line f 阅读全文
posted @ 2022-03-21 17:57 寒冷的雨呢 阅读(5367) 评论(0) 推荐(0) 编辑
摘要:该问题为配置文件路径错误,检查配置文件,千万不要给路径+"" mysql5正确形式为 jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC 阅读全文
posted @ 2022-03-07 17:56 寒冷的雨呢 阅读(1386) 评论(0) 推荐(0) 编辑
摘要:1.启动报Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class iscom.mysql.cj.jdbc.Driver’. The driver is automatically registere 阅读全文
posted @ 2022-03-07 17:55 寒冷的雨呢 阅读(1265) 评论(0) 推荐(0) 编辑
摘要:改一下mysql驱动的版本号 <version>5.1.46</version> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> <v 阅读全文
posted @ 2022-03-07 17:47 寒冷的雨呢 阅读(454) 评论(0) 推荐(0) 编辑

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