去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告的教程图解

时间:2022-02-25 09:48:31

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

去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告的教程图解

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

去掉 no data sources configure 警告

当然,如果你选择配置 data source 也可以,纯属个人习惯)

prefernces ⇒ editor ⇒ inspections ⇒ sql ⇒ no data sources configure。取消勾选,去掉这个检查,然后点击 ok 按钮即可。

去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告的教程图解

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

去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告的教程图解

去掉 sql dialect is not configured 警告prefernces ⇒ editor ⇒ inspections ⇒ sql ⇒ sql dialect detection。取消勾选,去掉这个检查,然后点击 ok 按钮即可。

去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告的教程图解

此时仍有绿色的背景色

去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告的教程图解

去掉“注入语言”的背景色prefernces ⇒ editor ⇒ colors & fonts ⇒ general ⇒ code ⇒ injected language fragment ⇒ background。取消勾选,然后点击 ok 按钮即可。

去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告的教程图解

 

原文链接:https://blog.csdn.net/u013991521/article/details/80782206