Commit d571e440400067d7a935b1ba5cf6efce027c5d98
1 parent
4d3f0a8d
去除过时注释
Showing
5 changed files
with
2 additions
and
11 deletions
README.md
| ... | ... | @@ -106,7 +106,6 @@ https://gitee.com/pan648540858/wvp-GB28181-pro.git |
| 106 | 106 | - [X] 添加RTMP视频 |
| 107 | 107 | - [X] 云端录像(需要部署单独服务配合使用) |
| 108 | 108 | - [X] 多流媒体节点,自动选择负载最低的节点使用。 |
| 109 | -- [X] 支持使用mysql作为数据库,默认sqlite3,开箱即用。 | |
| 110 | 109 | - [X] WEB端支持播放H264与H265,音频支持G.711A/G.711U/AAC,覆盖国标常用编码格式。 |
| 111 | 110 | |
| 112 | 111 | [//]: # (# docker快速体验) | ... | ... |
pom.xml
| ... | ... | @@ -101,13 +101,6 @@ |
| 101 | 101 | <version>8.0.22</version> |
| 102 | 102 | </dependency> |
| 103 | 103 | |
| 104 | - <!-- 添加sqlite-jdbc数据库驱动 --> | |
| 105 | - <dependency> | |
| 106 | - <groupId>org.xerial</groupId> | |
| 107 | - <artifactId>sqlite-jdbc</artifactId> | |
| 108 | - <version>3.32.3.2</version> | |
| 109 | - </dependency> | |
| 110 | - | |
| 111 | 104 | <!--Mybatis分页插件 --> |
| 112 | 105 | <dependency> |
| 113 | 106 | <groupId>com.github.pagehelper</groupId> | ... | ... |
src/main/resources/all-application.yml
src/main/resources/application-dev.yml
src/main/resources/application-docker.yml