- fixed issue on local conformance statement not loading properly
This commit is contained in:
@@ -20,7 +20,7 @@ mvn jetty:run
|
||||
|
||||
Then, browse to the following link to use the server:
|
||||
|
||||
[http://localhost:8080/hapi-fhir-jpaserver/](http://localhost:8080/hapi-fhir-jpaserver/)
|
||||
[http://localhost:8080/](http://localhost:8080/)
|
||||
|
||||
# Deploying to a Container
|
||||
|
||||
@@ -40,7 +40,7 @@ This will create a file called `hapi-fhir-jpaserver.war` in your `target` direct
|
||||
|
||||
Again, browse to the following link to use the server (note that the port 8080 may not be correct depending on how your server is configured).
|
||||
|
||||
[http://localhost:8080/hapi-fhir-jpaserver/](http://localhost:8080/hapi-fhir-jpaserver/)
|
||||
[http://localhost:8080/](http://localhost:8080/)
|
||||
|
||||
# Customizing The Web Testpage UI
|
||||
|
||||
@@ -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