Skip to content

Commit

Permalink
[#176]feat: email package 기본 구조 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
AHNDOIL committed Oct 25, 2024
1 parent 53d77ce commit bc06984
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.lovecloud.email.application;

public class EmailService {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.lovecloud.email.application.command;

public record ModifyPassowrdCommand() {
}
4 changes: 4 additions & 0 deletions src/main/java/com/lovecloud/email/domain/EmailMessage.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.lovecloud.email.domain;
g
public class EmailMessage {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.lovecloud.email.presentation;

public class EmailController {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.lovecloud.email.presentation.request;

public record ModifyPasswordRequest() {
}

0 comments on commit bc06984

Please sign in to comment.