Server:统一 pom.xml 中的 apijson-orm,apijson-framework,fastjson 依赖

This commit is contained in:
TommyLemon 2020-03-08 01:34:53 +08:00
parent ec1509e6df
commit 7aee4980d4
3 changed files with 34 additions and 18 deletions

View File

@ -29,7 +29,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.58</version>
<version>1.2.61</version>
</dependency>
<!-- APIJSONBoot 需要用的 Spring 框架1.4.1 以上 -->
@ -63,13 +63,19 @@
<artifactId>jtds</artifactId>
<version>1.3.1</version>
</dependency>
<!-- <dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-orm</artifactId>
<version>LATEST</version>
</dependency> -->
<!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-orm</artifactId>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>LATEST</version>
</dependency>
</dependencies>
<build>

View File

@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.1.RELEASE</version> <!--改成 2.1.9 直接报错,找不到 mysql-connector-java 等 3 个驱动包 <version>2.1.9.RELEASE</version> -->
<version>1.4.1.RELEASE</version> <!--改成 2.1.9 直接报错,找不到 mysql-connector-java 等 3 个驱动包 <version>2.1.9.RELEASE</version> -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
@ -63,13 +63,19 @@
<artifactId>jtds</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-orm</artifactId>
<version>LATEST</version>
</dependency>
<!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-orm</artifactId>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>LATEST</version>
</dependency>
</dependencies>
<build>
@ -107,8 +113,8 @@
</snapshots>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<pluginRepositories>

View File

@ -23,13 +23,17 @@
<artifactId>fastjson</artifactId>
<version>1.2.61</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-orm</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
</dependency>
<!-- <dependency> <groupId>com.github.APIJSON</groupId> <artifactId>apijson-orm</artifactId>
<version>4.0.0</version> </dependency> -->
<!-- 数据库 JDBC 驱动 <<<<<<<<<<< -->
<dependency>
@ -66,8 +70,8 @@
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>