Spring Boot H2 简明教程

Discuss Spring Boot & H2

H2 数据库是一个开源的、嵌入式且基于内存的关系数据库管理系统。spring boot 会自动配置 H2 数据库,应用程序无需任何额外配置即可启动并运行。

H2 database is an open source, embedded and in memory relational database management system. spring boot configures H2 database automatically and application can be up and running without any additional configuration.