idea版本:IntelliJ IDEA 2019.2.1
在编写mybatis的xml中会出现大面积黄色背景提示,看起来比较不舒服。
去掉黄色背景颜色
1.打开File->Settings->Editor -> Inspections,去掉SQL中No data sources configured(没有配置数据源) 选项 和 SQL dialect detection(SQL方言检测) 选项,点击 OK。
效果图(灰色背景):
2.打开Settings。Editor->Color Scheme->General->Code->Injected language fragment取消勾选Background,点击OK
效果图: