- 博客(7)
- 收藏
- 关注
原创 git命令集
git命令集新建文件夹,初始化为本地仓库git init创建本地分支: git branch name切换远程仓库地址 :git remote [add/set-url----参数,可换成其他内容] origin [git地址] ;注:git remote rm origin是删除添加的远程地址查看本地分支:git branch删除本地分支:git branch -d name批量删除本地分支(慎用):git branch |grep chunyu |xargs git
2020-10-21 22:58:50 127
原创 com.mysql.jdbc.MysqlDataTruncation:(数据库传参异常)
com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect datetime value这个异常时数据库传参类型出错所导致的,所以检查参数类型即可
2020-07-30 18:54:34 559
原创 Error starting ApplicationContext.(springBoot升级版本报错)
报错日志:Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.14:39:50.630 [ERROR] [main] o.s.b.d.LoggingFailureAnalysisReporter:40 -APPLICATION FAILED TO STARTDescription:The bean ‘redisPrope
2020-07-30 18:49:49 225
原创 org.springframework.beans.factory.UnsatisfiedDependencyException异常
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘com.hhmedic.family.admin.web.test.CrudTestServiceImplTest’: Unsatisfied dependency expressed through field ‘tempCode’; nested exception is org.springframework.
2020-07-30 18:41:41 198
原创 org.springframework.dao.DataIntegrityViolationException:
org.springframework.dao.DataIntegrityViolationException:Error updating database. Cause: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect datetime value: ‘222’ for column ‘create_time’ at row 1传入sql的值错误,不匹配报错案例中将time传为了int...
2020-07-30 18:21:55 640
原创 @Value annotation results in the value being a null异常
@Value annotation results in the value being a null说明写了一段错误逻辑使得值始终是一个无用的值,就会报错解决:逻辑的问题,找if中的条件
2020-07-30 18:07:24 84
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人