IDEA 去除 mybatis.xml 文件黄色警告

默认情况下在 mybatis 的 xml 文件中,IDEA 会报如下警告

1、连接数据库

在idea database维护数据库连接

双击shift 输入database

然后选择数据库

然后输入数据库配置 确定了连接

2、使用idea快捷键 ctrl + alt+ s 打开Settings。

找到Editor -> Inspections的配置页面,去掉SQL中No data sources configured(没有配置数据源) 选项 和 SQL dialect detection(SQL方言检测) 选项,点击 OK。

去除 No data sources configuared 的勾(√),点击 OK

然后,再去掉 SQL dialect detection 的勾(√),点击 OK

将上边两个勾都去掉后,这时 xml 文件背景变成了绿色

3、继续打开Settings。

找到Editor -> General的配置页面,选择Injected language fragment,去掉Background选项,点击OK。

选中 Injected language fragment,去掉右边 Background (背景色)的勾,点击 OK

此时,xml 没有了警告

# idea   xml   工具   配置  

评论

企鹅群:39438021

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×