ffmpeg推流工具
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
wangwei a0799c9cb9 ffmpeg工具 il y a 11 mois
src/main ffmpeg工具 il y a 11 mois
.gitignore ffmpeg工具 il y a 11 mois
LICENSE ffmpeg工具 il y a 11 mois
README.md ffmpeg工具 il y a 11 mois
loadCmd.properties ffmpeg工具 il y a 11 mois
loadFFmpeg.properties ffmpeg工具 il y a 11 mois
pom.xml ffmpeg工具 il y a 11 mois

README.md

SpringBoot集成H2

  1. H2数据库是一个开源的关系型数据库。H2采用java语言编写,不受平台的限制,同时支持网络版和嵌入式版本,有比较好的兼容性,支持相当标准的sql标准
  2. 提供JDBC、ODBC访问接口,提供了非常友好的基于web的数据库管理界面

官网:http://www.h2database.com/

application.properties配置了H2的管理后台入口,http://localhost:8081/h2console JDBC URLUser NamePassword参考配置文件输入。

执行test\resource下的sql脚本。

两个测试接口,get请求