出現情況:整合spring+mybatis+postgreql時出現此錯誤
出現原因:postgresql的驅動版本過低
修改方案:提升postgresql的驅動版本如下
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.5</version>
</dependency>
出現情況:整合spring+mybatis+postgreql時出現此錯誤
出現原因:postgresql的驅動版本過低
修改方案:提升postgresql的驅動版本如下
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.5</version>
</dependency>
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。