| | |
| | | <?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> |
| | | <version>1.3.0-91</version> |
| | | <version>1.3.0-92</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.dom4j</groupId> |
| | |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <configuration> |
| | | <includeSystemScope>true</includeSystemScope> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | |
| | | <configuration> |
| | | <source>1.8</source> |
| | | <target>1.8</target> |
| | | <!-- <webResources> |
| | | <resource> |
| | | <directory>${project.basedir}/libs</directory> |
| | | <targetPath>WEB-INF/lib</targetPath> |
| | | <filtering>true</filtering> |
| | | <includes> |
| | | <include>**/*.jar</include> |
| | | </includes> |
| | | </resource> |
| | | </webResources> --> |
| | | </configuration> |
| | | </plugin> |
| | | |