Skip to content

Commit

Permalink
path to src/main/resources/hibernate.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
marjancek committed May 13, 2016
1 parent efe7573 commit 70f2c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Database can be generated for both SQL and MongoDB databases or you can use exis

#### **OPTION 1**: Generate database for SQL databases

1. In ```hibernate.xml``` file make sure you have uncommented next line:
1. In ```src/main/resources/hibernate.xml``` file make sure the following line is uncommented:

```
<prop key="hibernate.hbm2ddl.auto">update</prop>
Expand Down

0 comments on commit 70f2c04

Please sign in to comment.