Commit 35c0394c5bbff4dc8ae58a8dbaea40019fc284f2
1 parent
36cd31d6
格式化
Showing
1 changed file
with
15 additions
and
15 deletions
pom.xml
| 1 | 1 | <?xml version="1.0"?> |
| 2 | -<project | |
| 2 | +<project | |
| 3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 4 | 4 | xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 5 | 5 | <modelVersion>4.0.0</modelVersion> |
| ... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | <groupId>com.genersoft</groupId> |
| 13 | 13 | <artifactId>wvp</artifactId> |
| 14 | 14 | <name>web video platform</name> |
| 15 | - | |
| 15 | + | |
| 16 | 16 | <properties> |
| 17 | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 18 | 18 | |
| ... | ... | @@ -42,15 +42,15 @@ |
| 42 | 42 | <artifactId>spring-boot-starter-tomcat</artifactId> |
| 43 | 43 | </dependency> |
| 44 | 44 | <dependency> |
| 45 | - <groupId>org.springframework.boot</groupId> | |
| 46 | - <artifactId>spring-boot-starter-web</artifactId> | |
| 47 | - </dependency> | |
| 45 | + <groupId>org.springframework.boot</groupId> | |
| 46 | + <artifactId>spring-boot-starter-web</artifactId> | |
| 47 | + </dependency> | |
| 48 | 48 | <dependency> |
| 49 | - <groupId>org.springframework</groupId> | |
| 50 | - <artifactId>spring-context</artifactId> | |
| 51 | - </dependency> | |
| 52 | - | |
| 53 | - | |
| 49 | + <groupId>org.springframework</groupId> | |
| 50 | + <artifactId>spring-context</artifactId> | |
| 51 | + </dependency> | |
| 52 | + | |
| 53 | + | |
| 54 | 54 | <!-- druid --> |
| 55 | 55 | <dependency> |
| 56 | 56 | <groupId>com.alibaba</groupId> |
| ... | ... | @@ -62,7 +62,7 @@ |
| 62 | 62 | <artifactId>mysql-connector-java</artifactId> |
| 63 | 63 | <version>5.1.30</version> |
| 64 | 64 | </dependency> |
| 65 | - | |
| 65 | + | |
| 66 | 66 | <!--Mybatis --> |
| 67 | 67 | <dependency> |
| 68 | 68 | <groupId>org.mybatis</groupId> |
| ... | ... | @@ -74,7 +74,7 @@ |
| 74 | 74 | <artifactId>mybatis-spring</artifactId> |
| 75 | 75 | <version>${mybatis.spring.version}</version> |
| 76 | 76 | </dependency> |
| 77 | - | |
| 77 | + | |
| 78 | 78 | <!--分页插件 --> |
| 79 | 79 | <dependency> |
| 80 | 80 | <groupId>com.github.pagehelper</groupId> |
| ... | ... | @@ -99,7 +99,7 @@ |
| 99 | 99 | <artifactId>fastjson</artifactId> |
| 100 | 100 | <version>1.2.33</version> |
| 101 | 101 | </dependency> |
| 102 | - | |
| 102 | + | |
| 103 | 103 | <!--Swagger2 --> |
| 104 | 104 | <!--在线文档 --> |
| 105 | 105 | <dependency> |
| ... | ... | @@ -112,13 +112,13 @@ |
| 112 | 112 | <artifactId>springfox-swagger-ui</artifactId> |
| 113 | 113 | <version>2.6.1</version> |
| 114 | 114 | </dependency> |
| 115 | - | |
| 115 | + | |
| 116 | 116 | <!-- 日志相关 --> |
| 117 | 117 | <dependency> |
| 118 | 118 | <groupId>org.springframework.boot</groupId> |
| 119 | 119 | <artifactId>spring-boot-starter-aop</artifactId> |
| 120 | 120 | </dependency> |
| 121 | - | |
| 121 | + | |
| 122 | 122 | <dependency> |
| 123 | 123 | <groupId>javax.sip</groupId> |
| 124 | 124 | <artifactId>jain-sip-ri</artifactId> | ... | ... |