异常处理
Aruiweng
愿你我都能更像自己
展开
-
idea使用git推送push到码云出现以下报错:Error merging: refusing to merge unrelated histories.
idea使用git推送push到码云出现以下报错: Error merging: refusing to merge unrelated histories. Push rejected: Push was rejected, and update failed with error.解决办法:首先是你的项目中有和和历史不符的东西Push rejected: Push to origin/master was rejected推拒绝:推送到起源/主人被拒绝直接是解决办法,直接打开你要上原创 2020-12-06 17:31:37 · 1136 阅读 · 1 评论 -
关于jar包的问题:org.apache.catalina.LifecycleException
看了网上很多的处理方式,但是都不符合我的实际情况,然后自己就琢磨了半天,解决方法在下面。严重: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].Stan...原创 2018-09-27 00:31:56 · 525 阅读 · 0 评论 -
springboot项目install的时候出现 程序包***不存在,找不到符号(已解决)
在子模块的pom.xml的最后加入这几行,然后重新clean install 即可<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>sp...原创 2019-05-03 03:36:56 · 10203 阅读 · 4 评论 -
Caused by: java.lang.NoSuchFieldError: HANA 错误解决
2019-04-23 23:21:51.865 [main] ERROR o.s.boot.SpringApplication - Application run failedorg.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘entityManagerF...原创 2019-04-24 00:54:19 · 3034 阅读 · 1 评论 -
关于pagehelper分页插件小提示:Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:
记录以下小错误,关于pagehelper分页插件,xml里面写的sql语句不要带分号,不然插件拼接不上sql语句原创 2019-04-24 18:55:43 · 969 阅读 · 0 评论 -
路径错误Maven:Non-resolvable parent POM: Failure to find错误
[ERROR] The project dfjr.generic:dfjr-generic:1.0-SNAPSHOT (F:\workspace\DFJR-PERSONNEL\dfjr-generic\pom.xml) has 1 error[ERROR] Non-resolvable parent POM: Could not find artifact com.dfjr.gene...原创 2019-05-14 00:34:13 · 2273 阅读 · 0 评论