corda/node
Michele Sollecito cb1fa2e017
Corda now works with H2 without the need to allow Hibernate to create the database automatically. (#2124)
[CORDA-815]: Corda now instructs Hibernate to either adjust or validate the schema based on `devMode` property.

Also renamed property `database.initDatabase` to `database.createSchemaAutomatically`.

* [CORDA-815]: Renamed database.initDatabase to database.adjustSchemas.

* Code review changes: removed property `database.initDatabase` altogether.

* Code review changes: removed property `database.initDatabase` altogether.

* Code review changes: removed property `database.initDatabase` altogether.

* Code review changes: removed property `database.initDatabase` altogether.
2017-11-28 17:33:02 +00:00
..
capsule Add config library and default config to webserver JAR (#2047) 2017-11-15 15:03:15 +00:00
src Corda now works with H2 without the need to allow Hibernate to create the database automatically. (#2124) 2017-11-28 17:33:02 +00:00
build.gradle CORDA-311 Shell via SSH server (#2087) 2017-11-20 17:41:38 +00:00