feat(sj_1.1.1): 添加Oracle i18n支持

(cherry picked from commit c8dda95bb3)
This commit is contained in:
dhb52 2024-07-17 22:03:30 +08:00
parent 647c7dc16e
commit aee3c49cf4

View File

@ -30,6 +30,10 @@
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
</dependency>
<dependency>
<groupId>com.oracle.database.nls</groupId>
<artifactId>orai18n</artifactId>
</dependency>
<dependency>
<groupId>com.aizuda</groupId>
<artifactId>snail-job-datasource-template</artifactId>