封装 IdTypeEnvironmentPostProcessor 组件,自动适配 id-type 策略,用于 Oracle、PostgreSQL 的自动适配

This commit is contained in:
YunaiV
2022-04-30 11:38:21 +08:00
parent 2367280d83
commit 98c317f0e0
10 changed files with 148 additions and 17 deletions

View File

@ -42,6 +42,10 @@
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>