Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansek committed May 13, 2016
1 parent 70f2c04 commit bcc199e
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 @@ -76,7 +76,7 @@ Database can be generated for both SQL and MongoDB databases or you can use exis
1. In ```src/main/resources/hibernate.xml``` file make sure the following line is uncommented:

```
<prop key="hibernate.hbm2ddl.auto">update</prop>
<prop key="hibernate.hbm2ddl.auto">create-drop</prop>
```

2. Make sure you have edited the configuration file for database ```src/main/resources/database/database.aws.hibernate.properties```. For more information see **Configuration** section.
Expand Down

0 comments on commit bcc199e

Please sign in to comment.