Springboot启动异常 错误: 找不到或无法加载主类 xxx.Application异常

报错提示
            
            
              java
              
              
            
          
          Connected to the target VM, address: '127.0.0.1:57210', transport: 'socket'
错误:找不到或无法加载主类 global.hh.manage.HHMicroCloudProviderApplication
Disconnected from the target VM, address: '127.0.0.1:5721', transport: 'socket'
Process finished with exit code 1
        实际上Application启动类是有的 , 跳转也正常 , 启动的时候就是会报错
解决方案:
- 
删除项目的target文件夹 , 重新编译

 - 
删除IDEA的cache缓存信息
 

- 实在不行就重启电脑吧