Skip to content
Snippets Groups Projects

Ozg 7037 xta: Test send and fetch with by-enable-dev

Closed Jan Zickermann requested to merge OZG-7037-Vorgang-an-DMS-Remote-ITCase into main
Files
4
@@ -24,7 +24,7 @@ import de.ozgcloud.xta.client.exception.XtaClientInitializationException;
class XtaConfiguration {
@Bean
@ConditionalOnProperty(prefix = XtaProperties.XTA_PROPERTIES_PREFIX, name = "enabled")
@ConditionalOnProperty(prefix = XtaProperties.XTA_PROPERTIES_PREFIX, name = "enabled", havingValue = "true")
XtaClient xtaClient(XtaProperties xtaProperties) {
try {
return XtaClient.from(buildXtaClientConfig(xtaProperties));
Loading