indicate that hsql is not recommended for production use

This commit is contained in:
Athou
2013-05-07 09:52:28 +02:00
parent 2d60f8d52e
commit 70201f049d

View File

@@ -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: