Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugen committed Feb 29, 2016
1 parent b2b3db5 commit 0d8e0dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ mvn clean install
mvn cargo:run -f um-webapp/pom.xml
```

# Persistence
By default, the project uses [the H2 in-memory DB](http://www.h2database.com/html/main.html) and - `persistence-h2.properties`.

If you want to switch to - for example - MySQL - you'll need to specify a different property on startup:
```
persistenceTarget=h2
```
And of course, if you are going to use MySQL, you'llneed to run a MySQL instance locally and you'll need to either change the default credentials here, or create the following user/password in your local installation


# Technology Stack
The project uses the following technologies: <br/>
Expand Down

0 comments on commit 0d8e0dd

Please sign in to comment.