| | |
| | | <?xml version="1.0"?> |
| | | <project |
| | | <project |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| | | xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | |
| | | <groupId>com.genersoft</groupId> |
| | | <artifactId>wvp</artifactId> |
| | | <name>web video platform</name> |
| | | |
| | | |
| | | <properties> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | |
| | |
| | | <artifactId>spring-boot-starter-tomcat</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-web</artifactId> |
| | | </dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-web</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework</groupId> |
| | | <artifactId>spring-context</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <groupId>org.springframework</groupId> |
| | | <artifactId>spring-context</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- druid --> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <version>5.1.30</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!--Mybatis --> |
| | | <dependency> |
| | | <groupId>org.mybatis</groupId> |
| | |
| | | <artifactId>mybatis-spring</artifactId> |
| | | <version>${mybatis.spring.version}</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!--分页插件 --> |
| | | <dependency> |
| | | <groupId>com.github.pagehelper</groupId> |
| | |
| | | <artifactId>fastjson</artifactId> |
| | | <version>1.2.33</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!--Swagger2 --> |
| | | <!--在线文档 --> |
| | | <dependency> |
| | |
| | | <artifactId>springfox-swagger-ui</artifactId> |
| | | <version>2.6.1</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- 日志相关 --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-aop</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>javax.sip</groupId> |
| | | <artifactId>jain-sip-ri</artifactId> |