2ba1005762
* Start work on OpenAPI * Fixes * Work on OpenAPI * Cleanup * Cleanup * More swagger work * Build fix * More work * More work * Add documentation * Docs fixes * Add changelog * License updates * Add API * Cleanup * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_plain/openapi.md Co-authored-by: patrick-vachon-smilecdr <81274188+patrick-vachon-smilecdr@users.noreply.github.com> * Work on scripts * Add docs * Compile fix * Work on fixes * Fix tests * Test fix * Test fix * Build fix * Tests * Build fix * Work on pipeline * Version bump * Test fix * Version bump * Test fix attempts * Test fix * Test fix * Remove accidentally committed files * Fixes * Tets fixes * Test fix * Test fix * Test fix * Test fixes * Test fixes * Test fixes * License header updates * test fix * Test fixes * Test fix * Test fixes * Test fix * Checkstyle bump Co-authored-by: patrick-vachon-smilecdr <81274188+patrick-vachon-smilecdr@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
pom.xml | ||
readme.intellij.txt |
readme.intellij.txt
Running hapi-fhir-jpaserver-example in Tomcat from IntelliJ Install Tomcat. Make sure you have Tomcat set up in IntelliJ. File->Settings->Build, Execution, Deployment->Application Servers Click + Select "Tomcat Server" Enter the path to your tomcat deployment for both Tomcat Home (IntelliJ will fill in base directory for you) Add a Run Configuration for running hapi-fhir-jpaserver-example under Tomcat Run->Edit Configurations Click the green + Select Tomcat Server, Local Change the name to whatever you wish Uncheck the "After launch" checkbox On the "Deployment" tab, click the green + Select "Artifact" Select "hapi-fhir-jpaserver-example:war" In "Application context" type /hapi Run the configuration You should now have an "Application Servers" in the list of windows at the bottom. Click it. Select your server, and click the green triangle (or the bug if you want to debug) Wait for the console output to stop Point your browser (or fiddler, or what have you) to http://localhost:8080/hapi/base/Patient You should get an empty bundle back.