java.sql.SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK

Posted Curedfisher

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java.sql.SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK相关的知识,希望对你有一定的参考价值。

在pom.xml文件中添加如下依赖:

<!-- https://mvnrepository.com/artifact/cn.easyproject/orai18n -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>orai18n</artifactId>
<version>12.1.0.2.0</version>
</dependency>

以上是关于java.sql.SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK的主要内容,如果未能解决你的问题,请参考以下文章