|
56 | 56 |
|
57 | 57 |
|
58 | 58 | <!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 <<<<<<<<<< -->
|
59 |
| - <dependency> |
60 |
| - <groupId>com.github.Tencent</groupId> |
61 |
| - <artifactId>APIJSON</artifactId> |
62 |
| - <version>7.5.5</version> |
63 |
| - </dependency> |
64 |
| - <dependency> |
65 |
| - <groupId>com.github.APIJSON</groupId> |
66 |
| - <artifactId>apijson-framework</artifactId> |
67 |
| - <version>7.1.7</version> |
68 |
| - </dependency> |
69 |
| - <dependency> |
70 |
| - <groupId>com.github.APIJSON</groupId> |
71 |
| - <artifactId>apijson-column</artifactId> |
72 |
| - <version>2.1.5</version> |
73 |
| - </dependency> |
74 |
| - <dependency> |
75 |
| - <groupId>com.github.APIJSON</groupId> |
76 |
| - <artifactId>apijson-router</artifactId> |
77 |
| - <version>2.1.7</version> |
78 |
| - </dependency> |
| 59 | +<!-- <dependency>--> |
| 60 | +<!-- <groupId>com.github.Tencent</groupId>--> |
| 61 | +<!-- <artifactId>APIJSON</artifactId>--> |
| 62 | +<!-- <version>8.0.0.0.0</version>--> |
| 63 | +<!-- </dependency>--> |
| 64 | +<!-- <dependency>--> |
| 65 | +<!-- <groupId>com.github.APIJSON</groupId>--> |
| 66 | +<!-- <artifactId>apijson-framework</artifactId>--> |
| 67 | +<!-- <version>7.2.0.0</version>--> |
| 68 | +<!--<!– <exclusions>–>--> |
| 69 | +<!--<!– <exclusion>–>--> |
| 70 | +<!--<!– <groupId>com.github.Tencent</groupId>–>--> |
| 71 | +<!--<!– <artifactId>APIJSON</artifactId>–>--> |
| 72 | +<!--<!– </exclusion>–>--> |
| 73 | +<!--<!– </exclusions>–>--> |
| 74 | +<!-- </dependency>--> |
| 75 | +<!-- <dependency>--> |
| 76 | +<!-- <groupId>com.github.APIJSON</groupId>--> |
| 77 | +<!-- <artifactId>apijson-column</artifactId>--> |
| 78 | +<!-- <version>2.1.5</version>--> |
| 79 | +<!-- <exclusions>--> |
| 80 | +<!-- <exclusion>--> |
| 81 | +<!-- <groupId>com.github.Tencent</groupId>--> |
| 82 | +<!-- <artifactId>APIJSON</artifactId>--> |
| 83 | +<!-- </exclusion>--> |
| 84 | +<!-- </exclusions>--> |
| 85 | +<!-- </dependency>--> |
| 86 | +<!-- <dependency>--> |
| 87 | +<!-- <groupId>com.github.APIJSON</groupId>--> |
| 88 | +<!-- <artifactId>apijson-router</artifactId>--> |
| 89 | +<!-- <version>2.1.7</version>--> |
| 90 | +<!-- <exclusions>--> |
| 91 | +<!-- <exclusion>--> |
| 92 | +<!-- <groupId>com.github.Tencent</groupId>--> |
| 93 | +<!-- <artifactId>APIJSON</artifactId>--> |
| 94 | +<!-- </exclusion>--> |
| 95 | +<!-- </exclusions>--> |
| 96 | +<!-- </dependency>--> |
79 | 97 | <!-- <dependency>-->
|
80 | 98 | <!-- <groupId>com.surrealdb</groupId>-->
|
81 | 99 | <!-- <artifactId>surrealdb</artifactId>-->
|
|
167 | 185 | <dependency>
|
168 | 186 | <groupId>com.mysql</groupId>
|
169 | 187 | <artifactId>mysql-connector-j</artifactId>
|
170 |
| - <version>8.4.0</version> |
| 188 | + <version>9.2.0</version> |
171 | 189 | </dependency>
|
172 | 190 | <dependency>
|
173 | 191 | <groupId>org.postgresql</groupId>
|
|
0 commit comments