oehf / ipf

Open eHealth Integration Platform
http://oehf.github.io/ipf-docs
Apache License 2.0
174 stars 64 forks source link

change in the documentation to use the right starter library for iti-68 #425

Closed adityachava2022 closed 1 year ago

adityachava2022 commented 1 year ago

There should be a change in documentation in this page : https://oehf.github.io/ipf-docs/docs/boot-fhir/ where we mention about adding the starter library for MHD ITI-68 from `

org.apache.camel
        <artifactId>camel-servlet-starter</artifactId>
    </dependency>`

to `

org.apache.camel.springboot
        <artifactId>camel-servlet-starter</artifactId>
    </dependency>`

which contains the updated camel starter

unixoid commented 1 year ago

Done, thank you for reporting.