From 73c99bae41432a8666bfa496e4e072dc3925c0a9 Mon Sep 17 00:00:00 2001 From: Reguel Date: Wed, 25 Oct 2023 14:25:16 +0200 Subject: [PATCH] clarify property setup --- excel-importer-product/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/excel-importer-product/README.md b/excel-importer-product/README.md index 52c649e..7b7e6da 100644 --- a/excel-importer-product/README.md +++ b/excel-importer-product/README.md @@ -22,6 +22,6 @@ In the project, where the Excel data should be managed: 1. Create a persistence unit under `/config/persistence.xml` 2. Add the properties - 1. to allow schema changes `hibernate.hbm2ddl.auto=create` - 2. to use classic sequence `hibernate.id.new_generator_mappings=false` -3. Set the Data source to a valid database. If there is none, set it up under `/config/databases.yaml` \ No newline at end of file + - `hibernate.hbm2ddl.auto=create` (to allow schema changes) + - `hibernate.id.new_generator_mappings=false` (to use classic sequence) +3. Set the Data source to a valid database. If there is none, set it up under `/config/databases.yaml`