Skip to content
Snippets Groups Projects

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

4 files
+ 123
4
Compare changes
  • Side-by-side
  • Inline

Files

@@ -24,7 +24,7 @@ import de.ozgcloud.xta.client.exception.XtaClientInitializationException;
@@ -24,7 +24,7 @@ import de.ozgcloud.xta.client.exception.XtaClientInitializationException;
class XtaConfiguration {
class XtaConfiguration {
@Bean
@Bean
@ConditionalOnProperty(prefix = XtaProperties.XTA_PROPERTIES_PREFIX, name = "enabled")
@ConditionalOnProperty(prefix = XtaProperties.XTA_PROPERTIES_PREFIX, name = "enabled", havingValue = "true")
XtaClient xtaClient(XtaProperties xtaProperties) {
XtaClient xtaClient(XtaProperties xtaProperties) {
try {
try {
return XtaClient.from(buildXtaClientConfig(xtaProperties));
return XtaClient.from(buildXtaClientConfig(xtaProperties));
Loading