discourage h2 usage (fix #689)

This commit is contained in:
Athou
2014-12-11 15:55:40 +01:00
parent e2b792335b
commit d0150de003
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ Browser extensions: [Chrome](https://github.com/Athou/commafeed-chrome) - [Firef
CommaFeed 2.0 has been rewritten to use Dropwizard and gulp instead of using tomee and wro4j. The latest version of the 1.x branch is available [here](https://github.com/Athou/commafeed/tree/1.x).
For storage, you can either use an embedded H2 database or an external MySQL, PostgreSQL or SQLServer database.
For storage, you can either use an embedded H2 database (use it only to test CommaFeed) or an external MySQL, PostgreSQL or SQLServer database.
You also need Maven 3.x (and a Java 1.7+ JDK) installed in order to build the application.
To install maven and openjdk on Ubuntu, issue the following commands

View File

@@ -72,7 +72,7 @@ app:
database:
driverClass: org.h2.Driver
url: jdbc:h2:./target/example
url: jdbc:h2:./target/example;mv_store=false
user: sa
password: sa
properties:

View File

@@ -73,7 +73,7 @@ app:
database:
driverClass: org.h2.Driver
url: jdbc:h2:/home/commafeed/db
url: jdbc:h2:/home/commafeed/db;mv_store=false
user: sa
password: sa
properties: