Spring Boot启动类有一个红叉
打开之前的Spring Boot项目,启动类上有一个红叉,但项目能正常启动

解决方式:将 import org.springframework.boot.autoconfigure.SpringBootApplication 删掉,然后重新导入 @SpringBootApplication 注解的包即可

解决IDEA Warning: Class ‘XXX‘ not found in module ‘XXX‘相关推荐

  1. 解决cannot import name ‘XXX‘ from partially initialized module ‘XXX‘ (most likely due to a circular...

    解决cannot import name 'XXX' from partially initialized module 'XXX' (most likely due to a circular im ...

  2. 解决 make[1]: Warning: File ‘xxx.o‘ has modification time xxx s in the future 问题

    问题描述 make[1]: Warning: File 'xxx.o' has modification time xxx s in the future make[1]: Warning: Cloc ...

  3. 【LaTex】LaTeX Warning: Citation xxx on page xxx undefined on input line xxx

    学习使用LaTeX时,引用参考文献时出现'?': 在控制台中输出: LaTeX Warning: Citation xxx on page xxx undefined on input line xx ...

  4. Warning: Class ‘com.xxx.xxx‘ not found in module ‘xxxx‘

    Warning: Class 'com.xxx.xxx' not found in module 'xxxx' 解决:在Run/Debug Configurations中Main class路径下报红 ...

  5. 解决AttributeError: XXX instance has no attribute ‘xxx‘的问题(新手必备)

    解决AttributeError: XXX instance has no attribute 'xxx'的问题(新手必备) 参考文章: (1)解决AttributeError: XXX instan ...

  6. 成功解决Future Warning: The sklearn.neighbors.dist_metrics module is deprecated in version 0.22 and wil

    成功解决Future Warning: The sklearn.neighbors.dist_metrics module is deprecated in version 0.22 and wil ...

  7. Rsync: @ERROR: Auth Failed On Module XXX错误原因及解决办法

    rsync 提示错误@ERROR: auth failed on module XXX,原因是认证失败,提示这个错误证明你的 rsync 服务已经正确运行了,但是账号或密码有问题.解决方法如下: 一. ...

  8. 解决libpng warning: iCCP: known incorrect sRGB profile

    解决libpng warning: iCCP: known incorrect sRGB profile 出现这个警告是因为png格式不正确,解决这个问题只需要用QImage重新保存下png图片就可以 ...

  9. 解决 libpng warning: iCCP: known incorrect sRGB profile

    Qt 报警 解决 libpng warning: iCCP: known incorrect sRGB profile 下载地址:https://download.csdn.net/download/ ...

最新文章

  1. Javascript闭包和闭包的几种写法及用途
  2. 求复变函数的 Taylor 展式与 Laurent 展式[华中师范大学2010年复变函数复试试题]...
  3. UNXIN 文件和目录
  4. Android天气预报设计
  5. c语言float判断相等,c/c++ 比较两个浮点数相等
  6. rm、shutdown、磁盘挂载、vi使用方法
  7. 基于参考点的非支配遗传算法-NSGA-III(二)
  8. angularjs获取上一个元素的id_DOM(1)-DOM概念和获取元素
  9. pytorch和torchvision的安装
  10. 标准表达式中数据类型不匹配怎么解决_关于Inventor驱动尺寸中表达式的使用问题...
  11. c语言的数学题目及答案,C语言练习题
  12. 华为Metn40有没有鸿蒙系统,华为matex2测评_华为matex2上手测评
  13. 用C语言开发NES游戏(CC65) 准备工作
  14. 一张图看清楚成功人士与失败人士的差别,成功人士的10个标志
  15. 颜色的前世今生3·色彩体系
  16. 树莓派自定义分辨率适配带鱼屏(2560*1080)
  17. 云计算技术及其应用前景分析
  18. u大侠pe系统桌面计算机,如何使用U大侠PE系统修复引导文件
  19. 桌面宠物:天选姬官方下载指南和游玩体验
  20. 2018-2019-2 20175227张雪莹《Java程序设计》实验五 《网络编程与安全》

热门文章

  1. python爬虫之下载京东页面图片
  2. 宋鸿兵 《货币战争》风暴制造者
  3. 《Effective C++》学习笔记(条款25:考虑写出一个不抛异常的swap函数)
  4. NOIP2010 提高组 复赛 translate 机器翻译
  5. 武汉linux软件,Linux操作系统应用
  6. 少儿编程重要吗?数字时代的中小学生是否需要拥有编程这项技能?
  7. torbrowser浏览器的配置
  8. vue项目中使用flv.js实时播放 断流重连 关闭断流开发心得
  9. 消防设备电源监控系统在高层民用建筑内的应用
  10. MyBatis-Plus DML与乐观锁