| README.md | ●●●●● patch | view | raw | blame | history | |
| src/main/java/com/hbbh/adapter/config/Swagger2Conf.java | ●●●●● 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