We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4ef86 commit a7da4f2Copy full SHA for a7da4f2
src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java
@@ -70,7 +70,7 @@
70
// when running in a spring boot environment
71
"spring.main.allow-bean-definition-overriding=true",
72
"hapi.fhir.remote_terminology_service.snomed.system=http://snomed.info/sct",
73
- "hapi.fhir.remote_terminology_service.snomed.url=http://tx.fhir.org/r4"
+ "hapi.fhir.remote_terminology_service.snomed.url=https://tx.fhir.org/r4"
74
})
75
class ExampleServerR4IT implements IServerSupport {
76
private static final org.slf4j.Logger ourLog = org.slf4j.LoggerFactory.getLogger(ExampleServerR4IT.class);
0 commit comments