Added driver hint

This commit is contained in:
Kai Zimmermann
2016-05-02 17:08:01 +02:00
parent 26b581e904
commit 054dca1a64

View File

@@ -13,7 +13,11 @@ We have have described several options for you to get access to the example.
```
java -jar examples/hawkbit-example-app/target/hawkbit-example-app-*-SNAPSHOT.jar
```
(Note: if you intend to user another database than H2 you have to add the JDBC driver to your class path).
Or:
```
run org eclipse.hawkbit.app.Start
```