不支持的字符集 (在类路径中添加 orai18n.jar)

665 阅读1分钟

问题

image.png

解决策略

在pom.xml中添加

<dependency>
    <groupId>com.oracle.database.nls</groupId>
    <artifactId>orai18n</artifactId>
    <version>11.2.0.4</version>
</dependency>