| | |
| | | |
| | | <groupId>com.genersoft</groupId> |
| | | <artifactId>wvp-pro</artifactId> |
| | | <version>2.6.7</version> |
| | | <version>2.6.8</version> |
| | | <name>web video platform</name> |
| | | <description>国标28181视频平台</description> |
| | | <packaging>${project.packaging}</packaging> |
| | |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-tomcat</artifactId> |
| | | <artifactId>spring-boot-starter-jetty</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | |
| | | <artifactId>spring-boot-starter-security</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- druid数据库连接池 --> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid-spring-boot-starter</artifactId> |
| | | <version>1.2.11</version> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-jdbc</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- mysql数据库 --> |
| | |
| | | <version>4.10.0</version> |
| | | </dependency> |
| | | |
| | | |
| | | |
| | | <!-- okhttp-digest --> |
| | | <dependency> |
| | | <groupId>io.github.rburgst</groupId> |
| | |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/net.sf.kxml/kxml2 --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>net.sf.kxml</groupId>--> |
| | | <!-- <artifactId>kxml2</artifactId>--> |
| | | <!-- <version>2.3.0</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- jwt实现 --> |
| | | <dependency> |
| | | <groupId>net.sf.kxml</groupId> |
| | | <artifactId>kxml2</artifactId> |
| | | <version>2.3.0</version> |
| | | <groupId>org.bitbucket.b_c</groupId> |
| | | <artifactId>jose4j</artifactId> |
| | | <version>0.9.3</version> |
| | | </dependency> |
| | | |
| | | <!--反向代理--> |
| | |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <version>2.3.5.RELEASE</version> |
| | | <version>2.7.2</version> |
| | | <configuration> |
| | | <includeSystemScope>true</includeSystemScope> |
| | | </configuration> |