Merge branch 'master' into rel_6_0_0_mergeback

This commit is contained in:
Tadgh
2022-05-19 10:43:51 -07:00
18 changed files with 223 additions and 95 deletions

View File

@@ -15,6 +15,6 @@ public class Demo {
System.setProperty("spring.batch.job.enabled", "false");
SpringApplication.run(Demo.class, args);
//Server is now accessible at eg. http://localhost:8080/metadata
//Server is now accessible at eg. http://localhost:8080/fhir/metadata
}
}