Search code examples
intellij-ideah2

Error in Intelij h2 config The write format 1 is smaller than the supported format 2, spring boot app


While trying to connect H2 data source by URL in Intelij, following error occurs:

The write format 1 is smaller than the supported format 2

Solution

  • Switching to the right version fixed my problem.

    To fixed it in Intelij, version of H2 driver should be changed as following config: In the Intelij, click on Data source config then in Drivers tab select H2 database. enter image description here