| | |
| | | |
| | | <!-- <!– mp支持的数据库均支持 只需要增加对应的jdbc依赖即可 –>--> |
| | | <!-- <!– Oracle –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.oracle.database.jdbc</groupId>--> |
| | | <!-- <artifactId>ojdbc8</artifactId>--> |
| | | <!-- </dependency>--> |
| | | <dependency> |
| | | <groupId>com.oracle.database.jdbc</groupId> |
| | | <artifactId>ojdbc8</artifactId> |
| | | </dependency> |
| | | <!-- <!– 兼容oracle低版本 –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.oracle.database.nls</groupId>--> |
| | | <!-- <artifactId>orai18n</artifactId>--> |
| | | <!-- </dependency>--> |
| | | <dependency> |
| | | <groupId>com.oracle.database.nls</groupId> |
| | | <artifactId>orai18n</artifactId> |
| | | </dependency> |
| | | <!-- PostgreSql --> |
| | | <dependency> |
| | | <groupId>org.postgresql</groupId> |