警告信息:
SQL dialect is not configured. MySQL, MariaDB match best. less… (Ctrl+F1) Inspection info: Detects the best matching SQL dialect for files in dialect

原因:
Idea能自动给我们检查拼接的sql语句的语法正确性,当然需要进行一定的配置。

解决方案:
在报警告的地方,单击过后,按下快捷键Alt+Enter进入设置,
IDEA警告:SQL dialect is not configured
然后点击Generic,设置其dialect。
IDEA警告:SQL dialect is not configured

相关文章:

  • 2021-04-07
  • 2021-12-05
  • 2021-04-04
  • 2022-12-23
  • 2021-07-08
猜你喜欢
  • 2021-09-29
  • 2021-11-30
  • 2021-10-12
  • 2021-11-01
  • 2021-07-25
  • 2021-12-20
相关资源
相似解决方案