| | |
| | | <dependencies> |
| | | |
| | | <dependency> |
| | | <groupId>org.joda</groupId> |
| | | <artifactId>joda-money</artifactId> |
| | | <version>1.0.2</version> <!-- 最新版本可在 Maven Central 查询 --> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>com.oracle.database.jdbc</groupId> |
| | | <artifactId>ojdbc8</artifactId> |
| | | <version>19.8.0.0</version> |
| | |
| | | <version>4.0</version> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.microsoft.sqlserver</groupId>--> |
| | | <!-- <artifactId>mssql-jdbc</artifactId>--> |
| | | <!-- <version>6.4.0.jre8</version> <!– 使用最新版本 –>--> |
| | | <!-- </dependency>--> |
| | | |
| | | |
| | | <!-- Mysql驱动包 --> |
| | | <dependency> |
| | | <groupId>mysql</groupId> |