From 6858c0d799ade820ab3d26b303a907cb0d6caec8 Mon Sep 17 00:00:00 2001 From: Jessie James Cosare Date: Fri, 15 Mar 2019 23:09:54 +0800 Subject: [PATCH] Merge remote-tracking branch 'upstream/master' # Conflicts: # src/main/java/ca/uhn/fhir/jpa/starter/JpaRestfulServer.java # src/main/resources/hapi.properties # src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java --- pom.xml | 6 --- .../fhir/jpa/starter/FhirServerConfigR4.java | 1 - src/main/webapp/WEB-INF/web.xml | 48 +------------------ 3 files changed, 1 insertion(+), 54 deletions(-) diff --git a/pom.xml b/pom.xml index fb188fc..ca54c6b 100644 --- a/pom.xml +++ b/pom.xml @@ -111,12 +111,6 @@ - - - - - - org.springframework diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR4.java b/src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR4.java index e658930..a9957e9 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR4.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR4.java @@ -18,7 +18,6 @@ public class FhirServerConfigR4 extends BaseJavaConfigR4 { @Autowired private DataSource myDataSource; - /** * We override the paging provider definition so that we can customize * the default/max page sizes for search results. You can set these however diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 6ebba85..6ce88b0 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -31,7 +31,7 @@ contextConfigLocation - ca.uhn.fhir.jpa.starter.FhirTesterConfig, + ca.uhn.fhir.jpa.starter.FhirTesterConfig 2 @@ -51,50 +51,4 @@ /fhir/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -