|
52 | 52 |
|
53 | 53 |
|
54 | 54 | <!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 <<<<<<<<<< --> |
55 | | - <dependency> |
56 | | - <groupId>com.github.Tencent</groupId> |
57 | | - <artifactId>APIJSON</artifactId> |
58 | | - <version>6.0.0</version> |
59 | | - </dependency> |
60 | | - <dependency> |
61 | | - <groupId>com.github.APIJSON</groupId> |
62 | | - <artifactId>apijson-framework</artifactId> |
63 | | - <version>6.0.0</version> |
64 | | - </dependency> |
| 55 | + <dependency> |
| 56 | + <groupId>com.github.Tencent</groupId> |
| 57 | + <artifactId>APIJSON</artifactId> |
| 58 | + <version>6.0.0</version> |
| 59 | + </dependency> |
| 60 | + <dependency> |
| 61 | + <groupId>com.github.APIJSON</groupId> |
| 62 | + <artifactId>apijson-framework</artifactId> |
| 63 | + <version>6.0.0</version> |
| 64 | + </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>com.github.APIJSON</groupId> |
67 | 67 | <artifactId>apijson-column</artifactId> |
|
70 | 70 | <!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> --> |
71 | 71 |
|
72 | 72 |
|
73 | | - <!-- 需要用的数据库 JDBC 驱动 --> |
74 | | - <dependency> |
75 | | - <groupId>mysql</groupId> |
76 | | - <artifactId>mysql-connector-java</artifactId> |
77 | | - <version>8.0.29</version> |
78 | | - </dependency> |
79 | | - <dependency> |
80 | | - <groupId>org.elasticsearch.plugin</groupId> |
81 | | - <artifactId>x-pack-sql-jdbc</artifactId> |
82 | | - <version>8.4.3</version> |
83 | | - </dependency> |
84 | | - <dependency> |
85 | | - <groupId>io.trino</groupId> |
86 | | - <artifactId>trino-jdbc</artifactId> |
87 | | - <version>400</version> |
88 | | - </dependency> |
89 | | - <dependency> |
90 | | - <groupId>com.facebook.presto</groupId> |
91 | | - <artifactId>presto-jdbc</artifactId> |
92 | | - <version>0.277</version> |
93 | | - </dependency> |
94 | | - <!-- Oracle, SQLServer 等其它数据库的 JDBC 驱动,可以在这里加上 Maven 依赖或 libs 目录放 Jar 包并依赖 --> |
| 73 | + <!-- 需要用的数据库 JDBC 驱动 --> |
| 74 | + <dependency> |
| 75 | + <groupId>mysql</groupId> |
| 76 | + <artifactId>mysql-connector-java</artifactId> |
| 77 | + <version>8.0.29</version> |
| 78 | + </dependency> |
| 79 | + <dependency> |
| 80 | + <groupId>org.elasticsearch.plugin</groupId> |
| 81 | + <artifactId>x-pack-sql-jdbc</artifactId> |
| 82 | + <version>8.4.3</version> |
| 83 | + </dependency> |
| 84 | + <dependency> |
| 85 | + <groupId>io.trino</groupId> |
| 86 | + <artifactId>trino-jdbc</artifactId> |
| 87 | + <version>400</version> |
| 88 | + </dependency> |
| 89 | + <dependency> |
| 90 | + <groupId>com.facebook.presto</groupId> |
| 91 | + <artifactId>presto-jdbc</artifactId> |
| 92 | + <version>0.277</version> |
| 93 | + </dependency> |
| 94 | + <!-- Oracle, SQLServer 等其它数据库的 JDBC 驱动,可以在这里加上 Maven 依赖或 libs 目录放 Jar 包并依赖 --> |
95 | 95 |
|
96 | 96 | <!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> --> |
97 | 97 |
|
|
0 commit comments