application.WatchMaker.kt Maven / Gradle / Ivy
package application
import io.specmatic.core.utilities.StubServerWatcher
import org.springframework.stereotype.Component
@Component
class WatchMaker {
fun make(paths: List): StubServerWatcher = StubServerWatcher(paths)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy