Error: GlobalConfigUtils setMetaData Fail Cause:java.sql.SQLException: org.postgresql.Driver解决方案

发布于:2023-09-14 ⋅ 阅读:(142) ⋅ 点赞:(0)

报错如下

[com/pactera/magic/conf/mybatiesplus/MybatisPlusConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is com.baomidou.mybatisplus.exceptions.MybatisPlusException: Error: GlobalConfigUtils setMetaData Fail !  Cause:java.sql.SQLException: org.postgresql.Driver

解决方案
1、看下pom文件里有没有postgres的依赖

        <dependency>
            <groupId>org.postgresql</groupId>
            <artifactId>postgresql</artifactId>
            <version>42.2.2</version>
        </dependency>

2、配置文件里有没有postgres的连接信息,pg驱动是否正确


网站公告

今日签到

点亮在社区的每一天
去签到