1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-14 02:06:25 +00:00

inbox service: fix javax.mail duplicate jar with jetty

This commit is contained in:
Benjamin Gamard
2018-03-04 16:43:40 +01:00
parent 44a1389dd7
commit f3f21bbf73
2 changed files with 5 additions and 0 deletions

View File

@@ -46,10 +46,12 @@ public class InboxService extends AbstractScheduledService {
@Override
protected void startUp() {
log.info("Inbox service starting up");
}
@Override
protected void shutDown() {
log.info("Inbox service shutting down");
}
@Override