From 70201f049d891b456cb687fea1a69bfffc96ceab Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 7 May 2013 09:52:28 +0200 Subject: [PATCH] indicate that hsql is not recommended for production use --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 213207d7..db3013fe 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To install maven and openjdk on Ubuntu, issue the following commands Now build the application - Embedded HSQL database: + Embedded HSQL database (not recommended, ok for quick tests): mvn clean package tomee:build -Pprod External MySQL database: