We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86312d commit abcc207Copy full SHA for abcc207
Spring_part_17/src/main/java/spring/oldboy/dto/LoginDto.java
@@ -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