Skip to content

Commit

Permalink
clarify property setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew authored Oct 25, 2023
1 parent 29fd3bc commit 73c99ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions excel-importer-product/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
- `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`

0 comments on commit 73c99ba

Please sign in to comment.