Starting an H2 Database Server from Maven?

后端 未结 9 1685
不思量自难忘°
不思量自难忘° 2021-01-30 07:09

Suppose I want to create and use an H2 database for my integration tests.

Maven has a command to run tests: mvn test.

Is there a way to tell maven t

9条回答
  •  温柔的废话
    2021-01-30 07:42

    I've just started project for H2 plugin for maven @ bitbucket. I will appreciate any help with it.

    https://bitbucket.org/dohque/maven-h2-plugin

    Hope it will be helpful.

提交回复
热议问题