README stating config changes required for Jetty
This commit is contained in:
@@ -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+.
|
||||
It is important to use MySQL5Dialect when using MySQL version 5+.
|
||||
|
||||
Reference in New Issue
Block a user