Stream: hapi
Topic: hapi-jpaserver-starter
Gaurav Vaishnav (Mar 04 2022 at 06:27):
hi everyone,
can any tell me that hapi-jpaserver-starter project is compatible with java 8 or not. Because in prerequisite its mention java 8 is supported but when i am trying to build it with java 8, i am getting error .
thanku
Patrick Werner (Mar 04 2022 at 09:03):
what error are you getting?
Gaurav Vaishnav (Mar 04 2022 at 10:14):
this one sir
BuildFail.png
Patrick Werner (Mar 04 2022 at 10:20):
you are not only building the jpastarter. The enforcer error comes from the base hapi project, which needs 11 to compile.
Jayant Singh (Mar 04 2022 at 10:34):
I want to work on FHIR API and hapi server. But I didn't get any clear steps, about how things work, on the internet. How to connect both of them or install locally.?
I want to make this thing work with my Laravel (PHP) project
Patrick Werner (Mar 04 2022 at 10:35):
You only need: https://github.com/hapifhir/hapi-fhir-jpaserver-starter
Patrick Werner (Mar 04 2022 at 10:36):
multiple ways to launch it:
Patrick Werner (Mar 04 2022 at 10:36):
https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/README.md
Patrick Werner (Mar 04 2022 at 10:37):
or you can just use the ready to use docker image: https://hub.docker.com/r/hapiproject/hapi
Jayant Singh (Mar 04 2022 at 10:41):
Can I install it on Ubuntu?
Patrick Werner (Mar 04 2022 at 10:54):
sure
Jayant Singh (Mar 04 2022 at 11:00):
Patrick Werner said:
sure
Thanks
Last updated: Apr 12 2022 at 19:14 UTC