3.7.4. Register the implementations with the Java Services architecture
Create the following text files inside the META-INF/services folder of your resources directory:
net.geoprism.registry.etl.fhir.FhirDataPopulator
net.geoprism.registry.etl.fhir.FhirResourceProcessor
The contents of each text file should be the fully qualified name of the implementation:
and
For more information on the Java services architecture see ServiceLoader (Java Platform SE 8).
Previous3.7.3. Create a custom implementation for importing data from FHIR to GeoPrism RegistryNext3.7.5. Deploy implementation to server
Last updated