update readme

This commit is contained in:
James Agnew
2018-07-26 08:28:03 +07:00
parent 693dc34e55
commit 8c436dcfe3

View File

@@ -44,4 +44,9 @@ Again, browse to the following link to use the server (note that the port 8080 m
# Customizing The Web Testpage UI
The UI that comes with
The UI that comes with this server is an exact clone of the server available at [http://hapi.fhir.org](http://hapi.fhir.org). You may skin this UI if you'd like. For example, you might change the introductory text or replace the logo with your own.
The UI is customized using [Thymeleaf](https://www.thymeleaf.org/) template files. You might want to learn more about Thymeleaf, but you don't necessarily need to: they are quite easy to figure out.
Several template files that can be customized are found in the following directory: [https://github.com/hapifhir/hapi-fhir-jpaserver-starter/tree/master/src/main/webapp/WEB-INF/templates](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/tree/master/src/main/webapp/WEB-INF/templates)