Intellij IDEA
文章平均质量分 87
Hello_World_QWP
1、北京师范大学计算机技术与应用/工商管理本科,高级工程师,5年以上服务端研发经验,2年以上团队管理经验;
2、擅长高性能、高可用、高并发的服务端研发;
3、在某国企参与了成都天府国际机场——“四型机场”核心系统的设计与研发,攻坚克难,用技术服务业务,让业务落地为通航奠定基础;
4、精通JAVA,熟悉IO、NIO、多线程、集合等框架;
5、掌握Spring、SpringBoot、SpringCloud等进行分布式应用及微服务的架构;
6、熟练使用GitLab+Jenkins+Docker+K8s等进行服务编排;
7、掌握Oracle、PostgreSQL、Mysql关系型数据库;
展开
-
Caused by: java.lang.ClassNotFoundException: org.apache.maven.exception.ExceptionHandler 的解决办法
出现这个问题,是由于开发环境迁移,在迁移的过程中操作不规范导致的,由一台开发服务器,迁移至另外一台开发服务器时,启动失败,错误提示:“原创 2023-11-20 23:22:30 · 3683 阅读 · 2 评论 -
Push failed Remote: Support for password authentication was removed on August 13, 2021. remote:的解决办法
关于个问题,GitHub也是作的比较人性化的,把异常信息提示的明明白白,还有解决方案也给出了,GitHub的用户鉴权认证失败,至于为什么鉴权失败呢,是因为GitHub在2021年8月13日删除了对密码认证的支持,而改用token的方式进行登录鉴权,原创 2022-09-23 23:34:01 · 758 阅读 · 0 评论 -
converter.HttpMessageNotReadableException: JSON parse error: default constructor not found. 的解决办法
问题概述在项目开发过程中为了达到更快捷,更精简的代码开发效果,使用了比较流行的Lombok插件,但是在启动进行接口调用的时候遇到了梗,如下图:具体详细信息:“org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: default constructor not found. class com...POJO; nested exception is com.alibaba..原创 2021-04-09 23:26:51 · 3384 阅读 · 0 评论 -
Command line is too long,Shorten command line for WebApplication or also for Spring Boot 的解决办法
问题概述在使用IntelliJ IDEA工具开发项目的过程中遇到一个梗,项目准备就绪,可是启动不起来,报 “Command line is too long,Shorten command line for WebApplication or also for Spring Boot default configuration. ” 的错误如下图:解决办法右上角...原创 2020-01-03 23:15:24 · 14475 阅读 · 2 评论