bjonnh
04/19/2019, 10:48 PMCzar
04/19/2019, 11:41 PM@Service
class CountingService(
private val ctx: ConfigurableApplicationContext
) {
fun countEntries() {
// do your thing
SpringApplication.exit(ctx)
}
}
bjonnh
04/20/2019, 3:29 PM