
springboot
文章平均质量分 72
engr_chen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Springboot 启动: 找不到或无法加载主类com.xxx.ShopApplication
如果com.xxx.ShopApplication原本可以启动但是在Maven中将模块clean后不能启动了,是因为系统找不到编译好的class文件,需要手动重新编译一下当前项目:Project->Clean->Clean projects selected below。(先在Maven中将模块clean,然后再install,未成功。) ...原创 2022-05-17 20:10:11 · 1013 阅读 · 0 评论 -
eclipse转springboot后无法正常启动Perhaps you are running on a JRE rather than a JDK
使用eclipse将项目转为springboot项目后,springboot项目pom.xml文件启动可能会存在异常:Perhaps you are running on a JRE rather than a JDK 分为两种情况,一种是最常见的切换jdk 分两步: 第一步: 第二步: 另外一种报错会因为classpath中的jar引用重复导致 除了以上的修改外还需要对classpath文件...原创 2020-04-18 16:51:13 · 287 阅读 · 0 评论