You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
191 lines
6.6 KiB
191 lines
6.6 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
<parent> |
|
<groupId>com.hisense.urbantraffic</groupId> |
|
<artifactId>hiatmp-parent</artifactId> |
|
<version>0.1.0-SNAPSHOT</version> |
|
<relativePath>../hiatmp-parent/pom.xml</relativePath> |
|
</parent> |
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<artifactId>hiatmp-base</artifactId> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-web</artifactId> |
|
<exclusions><!-- 去掉springboot默认配置 --> |
|
<exclusion> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-logging</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-test</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.mybatis.spring.boot</groupId> |
|
<artifactId>mybatis-spring-boot-starter</artifactId> |
|
<version>2.1.2</version> |
|
</dependency> |
|
|
|
<dependency> <!-- 引入log4j2依赖 --> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-log4j2</artifactId> |
|
</dependency> |
|
<!--<dependency> |
|
<groupId>com.oracle</groupId> |
|
<artifactId>ojdbc6</artifactId> |
|
</dependency>--> |
|
<dependency> |
|
<groupId>com.alibaba</groupId> |
|
<artifactId>druid</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>javax.persistence</groupId> |
|
<artifactId>javax.persistence-api</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>cn.hutool</groupId> |
|
<artifactId>hutool-all</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.projectlombok</groupId> |
|
<artifactId>lombok</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-starter-openfeign</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-openfeign-core</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.vividsolutions</groupId> |
|
<artifactId>jts-core</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>commons-net</groupId> |
|
<artifactId>commons-net</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>io.springfox</groupId> |
|
<artifactId>springfox-swagger2</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.github.xiaoymin</groupId> |
|
<artifactId>swagger-bootstrap-ui</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.swagger</groupId> |
|
<artifactId>swagger-annotations</artifactId> |
|
<version>1.5.21</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.swagger</groupId> |
|
<artifactId>swagger-models</artifactId> |
|
<version>1.5.21</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-lang3</artifactId> |
|
<version>3.12.0</version> |
|
</dependency> |
|
<!-- <dependency>--> |
|
<!-- <groupId>com.baomidou</groupId>--> |
|
<!-- <artifactId>mybatis-plus-extension</artifactId>--> |
|
<!-- <version>3.5.7</version>--> |
|
<!-- </dependency>--> |
|
|
|
<!-- <dependency>--> |
|
<!-- <groupId>com.baomidou</groupId>--> |
|
<!-- <artifactId>mybatis-plus-boot-starter</artifactId>--> |
|
<!-- </dependency>--> |
|
|
|
<dependency> |
|
<groupId>com.hisense.urbantraffic</groupId> |
|
<artifactId>hiatmp-common</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.hisense.urbantraffic</groupId> |
|
<artifactId>hiatmp-model</artifactId> |
|
</dependency> |
|
<!--瀚高数据库--> |
|
<dependency> |
|
<groupId>com.highgo</groupId> |
|
<artifactId>HgdbJdbc</artifactId> |
|
<version>6.0.6.jre8</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>io.jsonwebtoken</groupId> |
|
<artifactId>jjwt</artifactId> |
|
<version>0.9.1</version> |
|
</dependency> |
|
|
|
<!-- 引入jwt--> |
|
<dependency> |
|
<groupId>com.auth0</groupId> |
|
<artifactId>java-jwt</artifactId> |
|
<version>3.8.2</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.github.pagehelper</groupId> |
|
<artifactId>pagehelper</artifactId> |
|
<version>5.2.1</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.github.pagehelper</groupId> |
|
<artifactId>pagehelper-spring-boot-starter</artifactId> |
|
<version>1.4.6</version> <!-- 可以根据最新版本号调整 --> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>commons-configuration</groupId> |
|
<artifactId>commons-configuration</artifactId> |
|
<version>1.10</version> |
|
</dependency> |
|
|
|
</dependencies> |
|
<build> |
|
<finalName>hiatmp-base</finalName> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
<configuration> |
|
<fork>true</fork> |
|
<classifier>exec</classifier> |
|
</configuration> |
|
<executions> |
|
<execution> |
|
<goals> |
|
<goal>repackage</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-compiler-plugin</artifactId> |
|
<configuration> |
|
<source>1.8</source> |
|
<target>1.8</target> |
|
</configuration> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
</project> |