File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >com.alibaba</groupId >
3131 <artifactId >fastjson</artifactId >
32- <version >1.2.58 </version >
32+ <version >1.2.61 </version >
3333 </dependency >
3434
3535 <!-- APIJSONBoot 需要用的 Spring 框架,1.4.1 以上 -->
6363 <artifactId >jtds</artifactId >
6464 <version >1.3.1</version >
6565 </dependency >
66- <!-- <dependency>
67- <groupId>com.github.APIJSON</groupId>
68- <artifactId>apijson-orm</artifactId>
69- <version>LATEST</version>
70- </dependency> -->
7166 <!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
7267
68+ <dependency >
69+ <groupId >com.github.APIJSON</groupId >
70+ <artifactId >apijson-orm</artifactId >
71+ <version >LATEST</version >
72+ </dependency >
73+ <dependency >
74+ <groupId >com.github.APIJSON</groupId >
75+ <artifactId >apijson-framework</artifactId >
76+ <version >LATEST</version >
77+ </dependency >
78+
7379 </dependencies >
7480
7581 <build >
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.springframework.boot</groupId >
1616 <artifactId >spring-boot-starter-parent</artifactId >
17- <version >1.4.1.RELEASE</version > <!-- 改成 2.1.9 直接报错,找不到 mysql-connector-java 等 3 个驱动包 <version>2.1.9.RELEASE</version> -->
17+ <version >1.4.1.RELEASE</version > <!-- 改成 2.1.9 直接报错,找不到 mysql-connector-java 等 3 个驱动包 <version>2.1.9.RELEASE</version> -->
1818 <relativePath /> <!-- lookup parent from repository -->
1919 </parent >
2020
6363 <artifactId >jtds</artifactId >
6464 <version >1.3.1</version >
6565 </dependency >
66+ <!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
67+
6668 <dependency >
67- <groupId >com.github.APIJSON</groupId >
68- <artifactId >apijson-orm</artifactId >
69- <version >LATEST</version >
69+ <groupId >com.github.APIJSON</groupId >
70+ <artifactId >apijson-orm</artifactId >
71+ <version >LATEST</version >
72+ </dependency >
73+ <dependency >
74+ <groupId >com.github.APIJSON</groupId >
75+ <artifactId >apijson-framework</artifactId >
76+ <version >LATEST</version >
7077 </dependency >
71- <!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
7278
7379 </dependencies >
7480
107113 </snapshots >
108114 </repository >
109115 <repository >
110- <id >jitpack.io</id >
111- <url >https://jitpack.io</url >
116+ <id >jitpack.io</id >
117+ <url >https://jitpack.io</url >
112118 </repository >
113119 </repositories >
114120 <pluginRepositories >
Original file line number Diff line number Diff line change 2323 <artifactId >fastjson</artifactId >
2424 <version >1.2.61</version >
2525 </dependency >
26+ <dependency >
27+ <groupId >com.github.APIJSON</groupId >
28+ <artifactId >apijson-orm</artifactId >
29+ <version >4.0.0</version >
30+ </dependency >
2631 <dependency >
2732 <groupId >javax.servlet</groupId >
2833 <artifactId >javax.servlet-api</artifactId >
2934 <version >4.0.1</version >
3035 </dependency >
31- <!-- <dependency> <groupId>com.github.APIJSON</groupId> <artifactId>apijson-orm</artifactId>
32- <version>4.0.0</version> </dependency> -->
36+
3337
3438 <!-- 数据库 JDBC 驱动 <<<<<<<<<<< -->
3539 <dependency >
6670
6771 <repositories >
6872 <repository >
69- <id >jitpack.io</id >
70- <url >https://jitpack.io</url >
73+ <id >jitpack.io</id >
74+ <url >https://jitpack.io</url >
7175 </repository >
7276 </repositories >
7377
You can’t perform that action at this time.
0 commit comments