Monica视频监控处理程序
xc
2021-02-19 064a347e52fd557bf858fba90258c32842e5264b
完善一些细节
2 files modified
9 ■■■■ changed files
README.md 5 ●●●●● patch | view | raw | blame | history
src/main/java/com/hbbh/adapter/config/Swagger2Conf.java 4 ●●●● patch | view | raw | blame | history
README.md
@@ -11,6 +11,11 @@
- 将rtsp流转换成 HLS,WebRTC,FLV.js,Jessibuca 并进行H5播放
#### 操作演示
1. 启动 com.hbbh.adapter.AdapterApplication
2. 访问 http://localhost:8088/public/index.html
#### 目前还存在的已知一些问题
src/main/java/com/hbbh/adapter/config/Swagger2Conf.java
@@ -12,8 +12,8 @@
import springfox.documentation.spring.web.plugins.Docket;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
@Configuration
@EnableSwagger2
//@Configuration
//@EnableSwagger2
public class Swagger2Conf extends WebMvcConfigurationSupport {
    @Bean