hapifhir / hapi-fhir-jpaserver-starter

Apache License 2.0
356 stars 977 forks source link

Unable to enable CR module #688

Closed farmaan-e closed 1 day ago

farmaan-e commented 3 weeks ago

I am unable to start the CR module. Getting CrConfigCondition not met: Missing RestfulServer bean in the lastest docker image 7.2.0

I have added following properties

 cr:
      enabled: true
 fhir_version: R4
barhodes commented 3 weeks ago

Keep an eye on this branch: https://github.com/hapifhir/hapi-fhir-jpaserver-starter/tree/br-cs-merged

The wireup issues should all be resolved in this branch and we are working to get it ready to be merged.