timetable/module-server/src/main/kotlin/de/twomartens/timetable/configuration/BusConfiguration.kt

9 lines
320 B
Kotlin

package de.twomartens.timetable.configuration
import org.springframework.cloud.bus.jackson.RemoteApplicationEventScan
import org.springframework.context.annotation.Configuration
@Configuration
@RemoteApplicationEventScan(basePackages = ["de.twomartens.timetable", "de.twomartens.support"])
open class BusConfiguration