Spring Boot应用程序中H2的默认属性是:
spring.datasource.url=jdbc:h2:mem:testdbspring.datasource.driverClassName=org.h2.Driverspring.datasource.username=saspring.datasource.password=spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
因此,没有必要将它们添加到您的
application.properties-Spring Boot中来创建该数据库本身。



