|
@@ -20,6 +20,8 @@ import java.time.format.DateTimeFormatter
|
|
class WebSocketEventListener {
|
|
class WebSocketEventListener {
|
|
@EventListener(ApplicationReadyEvent::class)
|
|
@EventListener(ApplicationReadyEvent::class)
|
|
fun doSomethingAfterStartup() {
|
|
fun doSomethingAfterStartup() {
|
|
|
|
+ val yourFile = File("health")
|
|
|
|
+ yourFile.createNewFile()
|
|
logBuilder()
|
|
logBuilder()
|
|
}
|
|
}
|
|
|
|
|