Skip to content

Commit abcc207

Browse files
committed
Part 17: Add LoginDto.java
1 parent a86312d commit abcc207

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package spring.oldboy.dto;
2+
3+
import lombok.Value;
4+
5+
@Value
6+
public class LoginDto {
7+
String username;
8+
String password;
9+
}

0 commit comments

Comments
 (0)