From e8fa5815886e89b462bc7125cacf7844209b812d Mon Sep 17 00:00:00 2001 From: wangwei <305939031@qq.com> Date: Wed, 27 Sep 2023 15:07:36 +0800 Subject: [PATCH] =?UTF-8?q?ffmpeg=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/README.md b/README.md index 56d2f04..5ef5c62 100644 --- a/README.md +++ b/README.md @@ -1,16 +1 @@ -# SpringBoot集成H2 - -1. H2数据库是一个开源的关系型数据库。H2采用java语言编写,不受平台的限制,同时支持网络版和嵌入式版本,有比较好的兼容性,支持相当标准的sql标准 -2. 提供JDBC、ODBC访问接口,提供了非常友好的基于web的数据库管理界面 - -> 官网:http://www.h2database.com/ - - -在``application.properties``配置了H2的管理后台入口,``http://localhost:8081/h2console`` -``JDBC URL``、``User Name``和``Password``参考配置文件输入。 - -执行``test\resource``下的sql脚本。 - -两个测试接口,get请求 -- http://localhost:8081/getList.json?name=王 -- http://localhost:8081/getOne.json?id=6 \ No newline at end of file +# SpringBoot \ No newline at end of file