-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marc Gorzala
committed
Mar 28, 2024
1 parent
5ce9645
commit 375ca11
Showing
8 changed files
with
37 additions
and
25 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
src/main/java/net/dancier/kikeriki/adapter/out/infomail/InfomailAdapter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package net.dancier.kikeriki.adapter.out.infomail; | ||
|
||
import net.dancier.kikeriki.application.port.ScheduleInfomailCheckPort; | ||
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; | ||
import org.springframework.stereotype.Component; | ||
|
||
import java.time.LocalDateTime; | ||
|
||
@Component | ||
public class InfomailAdapter implements ScheduleInfomailCheckPort { | ||
|
||
Logger log = LoggerFactory.getLogger(InfomailAdapter.class); | ||
|
||
@Override | ||
public void schedule(LocalDateTime when, String dancerId) { | ||
log.info("Scheduling check!!!"); | ||
} | ||
} |
12 changes: 0 additions & 12 deletions
12
src/main/java/net/dancier/kikeriki/adapter/out/infomail/InfomailServiceAdapter.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters