mapper文件提示:No data sources are configured to run this sql

解决mapper文件提示:No data sources are configured to run this sql

  • 一、xml文件提示异常
    • 1.1 没有配置数据源运行此 SQL
  • 二、解决方案
    • 2.1 使用idea连接数据库
  • 三、连接数据源效果






一、xml文件提示异常

1.1 没有配置数据源运行此 SQL

"No data sources are configured to run this sql and provide advanced code assistance.Disable this inspection via problem menu"
意思是:没有配置数据源运行此 sql 并提供"编写sql提示"。通过问题菜单禁用此检查。mapper文件提示:No data sources are configured to run this sql_第1张图片

二、解决方案

2.1 使用idea连接数据库

  • 如果找不到右侧的工具栏,请点击File–>setting–>appearance
    mapper文件提示:No data sources are configured to run this sql_第2张图片
    mapper文件提示:No data sources are configured to run this sql_第3张图片
    mapper文件提示:No data sources are configured to run this sql_第4张图片
    mapper文件提示:No data sources are configured to run this sql_第5张图片
    mapper文件提示:No data sources are configured to run this sql_第6张图片

三、连接数据源效果

  • 连接数据库后,mapper文件的背景色变成了浅绿色。当编写sql时会有代码提示
    mapper文件提示:No data sources are configured to run this sql_第7张图片

你可能感兴趣的:(idea,idea,配置数据源,mapper文件)