去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告

Posted 未月廿三

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告相关的知识,希望对你有一定的参考价值。

IntelliJ IDEA 打开 mybatis 的 xml 文件时,对应的 xml 文件中 sql 语句背景色总是有黄色或绿色的背景色。

提示(红圈处)上已经说明,需要配置在 IDEA 中配置 data source (通常我们很少使用 IDE 去查看数据库内容,而是使用其他专门的 DB 工具)。

去掉 No data sources configure 警告

Prefernces ⇒ Editor ⇒ Inspections ⇒ SQL ⇒ No data sources configure。
取消勾选,去掉这个检查,然后点击 OK 按钮即可。

此时仍有警告,不过警告信息变了,如图中红圈所示

去掉 SQL dialect is not configured 警告

Prefernces ⇒ Editor ⇒ Inspections ⇒ SQL ⇒ SQL dialect detection。
取消勾选,去掉这个检查,然后点击 OK 按钮即可。

此时仍有绿色的背景色

去掉“注入语言”的背景色

Prefernces ⇒ Editor ⇒ Colors & Fonts ⇒ General ⇒ Code ⇒ Injected language fragment ⇒ Background。
取消勾选,然后点击 OK 按钮即可。

世界清净了!!!

世界清净了!!!

世界清净了!!!

参考

原文链接: http://blog.csdn.net/aubdiy/article/details/68485336

以上是关于去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告的主要内容,如果未能解决你的问题,请参考以下文章

Intellij IDEA 如何去掉 @Autowired 注入警告

intellij idea配置

Intellij IDEA 去掉Mapper文件中的背景

Idea2016.1 intellij(idea)中mybatis对应的xml背景颜色

解决Intellij IDEA中Mybatis Mapper自动注入警告

IntelliJ-IDEA中mybatis三剑客