异常
Fichz
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Caused by: java.lang.IllegalStateException: Unable to find a single main class from问题解决
springCloud项目的install报错 Caused by: java.lang.IllegalStateException: Unable to find a single main class f rom the following candidates [com.example.app.App, com.example.app.controller.Te stPropertiesC...原创 2018-07-18 13:56:11 · 1001 阅读 · 0 评论 -
repackage failed: Unable to find main class -> [Help 1]
SpringCloud项目mvn install的时候报错 repackage failed: Unable to find main class -> [Help 1] 构建显示缺少主类,就是没有springboot入口配置类 解决方法,在项目添加入口类 import org.springframework.boot.autoconfigure.SpringBootApplica...原创 2018-07-18 14:00:16 · 1919 阅读 · 0 评论
分享