fix shutdown db saving
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 47s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 47s
This commit is contained in:
@ -243,8 +243,8 @@ public interface EventListener {
|
||||
}
|
||||
|
||||
/**
|
||||
* Called when Spring is shutting down
|
||||
* Called when Bat is shutting down
|
||||
*/
|
||||
default void onSpringShutdown() {
|
||||
default void onShutdown() {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user