diff --git a/README.md b/README.md index ad0eb2b..f4ca773 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ In order to use this sample, you should have: # Running Locally -The easiest way to run this server is to run it directly in Maven using a built-in Jetty server. To do this, execute the following command: +The easiest way to run this server is to run it directly in Maven using a built-in Jetty server. To do this, change `src/main/resources/hapi.properties` `server_address` and `server.base` with the values commented out as *For Jetty, use this* and then execute the following command: ``` mvn jetty:run @@ -62,4 +62,4 @@ To configure the starter app to use MySQL, instead of the default Derby, update * datasource.url=jdbc:mysql://localhost:3306/hapi_dstu3 * hibernate.dialect=org.hibernate.dialect.MySQL5Dialect -It is important to use MySQL5Dialect when using MySQL version 5+. \ No newline at end of file +It is important to use MySQL5Dialect when using MySQL version 5+.