We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d567a74 commit 8167ad5Copy full SHA for 8167ad5
APIJSON-Java-Server/APIJSONDemo/pom.xml
@@ -18,16 +18,16 @@
18
19
<dependencies>
20
<!-- 需要的 APIJSON 相关依赖 -->
21
- <dependency>
22
- <groupId>com.github.Tencent</groupId>
23
- <artifactId>APIJSON</artifactId>
24
- <version>6.0.0</version>
25
- </dependency>
26
27
- <groupId>com.github.APIJSON</groupId>
28
- <artifactId>apijson-framework</artifactId>
29
30
+ <dependency>
+ <groupId>com.github.Tencent</groupId>
+ <artifactId>APIJSON</artifactId>
+ <version>6.0.0</version>
+ </dependency>
+ <groupId>com.github.APIJSON</groupId>
+ <artifactId>apijson-framework</artifactId>
31
32
<!-- 需要用的数据库 JDBC 驱动 -->
33
<dependency>
0 commit comments