IDEA警告:SQL dialect is not configured
Posted xing柠檬
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA警告:SQL dialect is not configured相关的知识,希望对你有一定的参考价值。
idea中SQL语句经常提示SQL Dialect is Not Configured,主要是我们没有配置数据库
在File---->Setting--->Languages & Frameworks--->SQL Dialects中,选择对应的数据库,如mysql,之后点击保存即可。
这样的一个好处还有一个,就是idea直接可以识别你数据库中的字段了,按着ctrl然后点击代码中的数据库字段,idea右边会弹出你的数据库字段,前提是你idea已经配置了数据库链接
还有就是对于idea可以识别的sql语句,如果你写错了数据库字段,它也能够及时的识别出来这是错误字段,让你去及时做出修改,可以说是很方便了。
转载于:https://blog.csdn.net/q957967519/article/details/88061945
以上是关于IDEA警告:SQL dialect is not configured的主要内容,如果未能解决你的问题,请参考以下文章
Pycharm中SQL语句提示SQL Dialect is Not Configured
IDEA警告:Field injection is not recommended
@Autowired注解警告Field injection is not recommended
hibernate 报query result offset is not supported
idea运行spark无法导入sql包object sql is not a member of package org.apache.spark