Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
spring.datasource.url=jdbc:h2:~/openHubDB
spring.datasource.username=sa
spring.datasource.password=

 

Warning

There is spring.datasource.initialize=true in application-h2.properties = DB script defined by spring.datasource.data parameter is executed (classpath:/db/db_init-configuration.sql in this case).

This setting is useful for running OpenHub for the first time but should be switched to false value for next runs. Otherwise unique errors occurre.



If there is needed to see records in in-memory database during OpenHub running then there are the following possibilities.

...