All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.ikor.sip.foundation.testkit.TestKitConfig Maven / Gradle / Ivy

package de.ikor.sip.foundation.testkit;

import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.ComponentScan;

@ComponentScan
@ConditionalOnProperty(value = "sip.testkit.enabled", havingValue = "true")
public class TestKitConfig {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy