Compile and install successfully with maven in IDEA, but error prompt still popup.

  1. Your local environment doesn’t have compilation error already
  2. it is caused by highlighting level

solution:Analyze->configure current File Analysis ->Syntax

right click -> analyze - > configure current…

  1. it is caused by code inspection

settings->Editor -> Code Style->Inspection

  1. it is probably because of reimport action

Maven Project->Project Name->right Click->reimport

最新文章

  1. .NET面试题系列[8] - 泛型
  2. thinkcmf 常用操作
  3. 【洛谷P3143】Diamond Collector
  4. 敏捷软件开发:原则、模式与实践——第10章 LSP:Liskov替换原则
  5. Oracle 表空间修改字段大小
  6. QMetaObject感觉跟Delphi的类之类有一拼,好好学一下
  7. vi & vim 基本指令(持续更新ing)
  8. ASP.NET - List<> 绑定 DropDownList
  9. JS利用短路原理简写if语句
  10. ASCII 码对应表
  11. python实现简单tftp(基于udp)
  12. MIP 技术交流分享(3月15日)
  13. Java接口的实例应用:致敬我的偶像——何塞·穆里尼奥
  14. Android安全——加固原理
  15. Windows Service 学习系列(二):C# windows服务:安装、卸载、启动和停止Windows Service几种方式
  16. LeetCode 106. Construct Binary Tree from Inorder and Postorder Traversal 由中序和后序遍历建立二叉树 C++
  17. vshost32-clr2.exe 已停止工作
  18. httpput
  19. MongoDB Shell 常用操作命令
  20. jmeter --http属性管理器

热门文章

  1. 将ibatis迁移到mybatis3的过程记录
  2. linux性能分析工具Ntop
  3. shell根据系统当前的时间向用户输出问候信息
  4. 134-基于TMS320C6678、FPGA XC5VSX95T的一路Full模式Camera Link图像理平台
  5. ERROR- 开发常见error
  6. Git最全总结
  7. ansible笔记(一)--架构图以及工作原理
  8. python的strip和split函数
  9. 【leetcode】1021. Remove Outermost Parentheses
  10. vue项目中引入mui.poppicker.js文件时报错“Uncaught ReferenceError: mui is not defined”