|
5 | 5 |
|
6 | 6 | <groupId>apijson.boot</groupId>
|
7 | 7 | <artifactId>apijson-boot</artifactId>
|
8 |
| - <version>4.3.0</version> |
| 8 | + <version>4.3.4</version> |
9 | 9 | <packaging>jar</packaging>
|
10 | 10 |
|
11 | 11 | <name>APIJSONBoot</name>
|
|
25 | 25 | </properties>
|
26 | 26 |
|
27 | 27 | <dependencies>
|
28 |
| - <!-- APIJSONORM 需要用的 JSON 封装/解析库,1.2.24 以上 --> |
29 | 28 | <dependency>
|
30 | 29 | <groupId>com.alibaba</groupId>
|
31 | 30 | <artifactId>fastjson</artifactId>
|
32 |
| - <version>1.2.73</version> |
| 31 | + <version>1.2.74</version> |
33 | 32 | </dependency>
|
34 | 33 |
|
35 |
| - <!-- APIJSONBoot 需要用的 Spring 框架,1.4.1 以上 --> |
36 |
| - <dependency> |
37 |
| - <groupId>org.springframework.boot</groupId> |
38 |
| - <artifactId>spring-boot-starter</artifactId> |
39 |
| - </dependency> |
40 |
| - <dependency> |
41 |
| - <groupId>org.springframework.boot</groupId> |
42 |
| - <artifactId>spring-boot-starter-test</artifactId> |
43 |
| - <scope>test</scope> |
44 |
| - </dependency> |
| 34 | + <!-- 可使用 libs 目录的 apijson-framework.jar 和 apijson-orm.jar 等本地 jar 包依赖来替代,两种方式二选一 --> |
| 35 | + <!-- <dependency> <groupId>com.github.APIJSON</groupId> <artifactId>apijson-framework</artifactId> |
| 36 | + <version>4.3.4</version> </dependency> --> |
| 37 | + |
45 | 38 | <dependency>
|
46 |
| - <groupId>org.springframework.boot</groupId> |
47 |
| - <artifactId>spring-boot-starter-web</artifactId> |
| 39 | + <groupId>javax.servlet</groupId> |
| 40 | + <artifactId>javax.servlet-api</artifactId> |
| 41 | + <version>4.0.1</version> |
48 | 42 | </dependency>
|
49 | 43 |
|
50 |
| - <!-- APIJSONBoot 需要用的数据库 JDBC 驱动 --> |
| 44 | + |
| 45 | + <!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --> |
51 | 46 | <dependency>
|
52 | 47 | <groupId>mysql</groupId>
|
53 | 48 | <artifactId>mysql-connector-java</artifactId>
|
|
63 | 58 | <artifactId>jtds</artifactId>
|
64 | 59 | <version>1.3.1</version>
|
65 | 60 | </dependency>
|
66 |
| - <!-- https://mvnrepository.com/artifact/com.ibm.db2/jcc --> |
67 |
| - <dependency> |
68 |
| - <groupId>com.ibm.db2</groupId> |
69 |
| - <artifactId>jcc</artifactId> |
70 |
| - <version>11.5.0.0</version> |
71 |
| - </dependency> |
72 | 61 |
|
73 | 62 | <!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,需要自行下载 jar 包 -->
|
74 | 63 |
|
75 |
| - <!-- 可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 本地 jar 包依赖来替代,两种方式二选一 --> |
| 64 | + <!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> --> |
| 65 | + |
| 66 | + |
| 67 | + <!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 本地 jar 包依赖来替代,两种方式二选一 |
| 68 | + <<<<<<<<< --> |
76 | 69 | <dependency>
|
77 | 70 | <groupId>com.github.TommyLemon</groupId>
|
78 | 71 | <artifactId>unitauto-java</artifactId>
|
|
83 | 76 | <artifactId>unitauto-jar</artifactId>
|
84 | 77 | <version>2.5.3</version>
|
85 | 78 | </dependency>
|
| 79 | + <!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 本地 jar 包依赖来替代,两种方式二选一 |
| 80 | + >>>>>>>>> --> |
| 81 | + |
86 | 82 |
|
87 | 83 |
|
88 |
| - <!-- 可使用 libs 目录的 apijson-framework.jar 和 apijson-orm.jar 本地 jar 包依赖来替代,两种方式二选一 --> |
89 |
| - <dependency> |
90 |
| - <groupId>com.github.APIJSON</groupId> |
91 |
| - <artifactId>apijson-orm</artifactId> |
92 |
| - <version>4.2.3</version> |
| 84 | + <!-- APIJSONBoot 需要用的 Spring 框架,1.4.1 以上 --> |
| 85 | + <dependency> |
| 86 | + <groupId>org.springframework.boot</groupId> |
| 87 | + <artifactId>spring-boot-starter</artifactId> |
93 | 88 | </dependency>
|
94 |
| -<!-- <dependency> |
95 |
| - <groupId>com.github.APIJSON</groupId> |
96 |
| - <artifactId>apijson-framework</artifactId> |
97 |
| - <version>4.3.2</version> |
98 |
| - </dependency> --> |
| 89 | + <dependency> |
| 90 | + <groupId>org.springframework.boot</groupId> |
| 91 | + <artifactId>spring-boot-starter-test</artifactId> |
| 92 | + <scope>test</scope> |
| 93 | + </dependency> |
| 94 | + <dependency> |
| 95 | + <groupId>org.springframework.boot</groupId> |
| 96 | + <artifactId>spring-boot-starter-web</artifactId> |
| 97 | + </dependency> |
| 98 | + |
| 99 | + <!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 --> |
| 100 | + <!-- <dependency> <groupId>com.github.APIJSON</groupId> <artifactId>apijson-orm</artifactId> |
| 101 | + <version>4.2.4</version> </dependency> --> |
99 | 102 |
|
100 | 103 | </dependencies>
|
101 | 104 |
|
|
119 | 122 | <!-- Allow access to Spring milestones and snapshots -->
|
120 | 123 | <!-- (you don't need this if you are using anything after 0.5.0.RELEASE) -->
|
121 | 124 | <repositories>
|
| 125 | + <!-- APIJSON 必须用到的托管平台 --> |
122 | 126 | <repository>
|
123 |
| - <id>spring-snapshots</id> |
124 |
| - <url>http://repo.spring.io/snapshot</url> |
| 127 | + <id>jitpack.io</id> |
| 128 | + <url>https://jitpack.io</url> |
125 | 129 | <snapshots>
|
126 | 130 | <enabled>true</enabled>
|
127 | 131 | </snapshots>
|
128 | 132 | </repository>
|
| 133 | + |
129 | 134 | <repository>
|
130 |
| - <id>spring-milestones</id> |
131 |
| - <url>http://repo.spring.io/milestone</url> |
| 135 | + <id>spring-snapshots</id> |
| 136 | + <url>http://repo.spring.io/snapshot</url> |
132 | 137 | <snapshots>
|
133 | 138 | <enabled>true</enabled>
|
134 | 139 | </snapshots>
|
135 | 140 | </repository>
|
136 | 141 | <repository>
|
137 |
| - <id>jitpack.io</id> |
138 |
| - <url>https://jitpack.io</url> |
139 |
| - <snapshots> |
| 142 | + <id>spring-milestones</id> |
| 143 | + <url>http://repo.spring.io/milestone</url> |
| 144 | + <snapshots> |
140 | 145 | <enabled>true</enabled>
|
141 | 146 | </snapshots>
|
142 | 147 | </repository>
|
|
150 | 155 | <id>spring-milestones</id>
|
151 | 156 | <url>http://repo.spring.io/milestone</url>
|
152 | 157 | </pluginRepository>
|
153 |
| - <pluginRepository> |
154 |
| - <id>jitpack.io</id> |
155 |
| - <url>https://jitpack.io</url> |
156 |
| - </pluginRepository> |
157 | 158 | </pluginRepositories>
|
158 | 159 |
|
159 | 160 | </project>
|
0 commit comments