| | |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-extension</artifactId> |
| | | <version>3.5.3.2</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!-- 阿里fastjson --> |
| | | <dependency> |
| | |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!-- java视频处理 --> |
| | | <dependency> |
| | | <groupId>org.jcodec</groupId> |
| | | <artifactId>jcodec</artifactId> |
| | | <version>0.2.5</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.jcodec</groupId> |
| | | <artifactId>jcodec-javase</artifactId> |
| | | <version>0.2.5</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-io</groupId> |
| | | <artifactId>commons-io</artifactId> |
| | | <version>2.18.0</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | <!-- 测试 --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |