인증/권한 저위험 파일 Spring 전환 스파이크 #7

Open
forge-bot wants to merge 9 commits from forge/BAIS-SPRING-DEV-AUTH-001-attempt-1 into main
Showing only changes of commit 87d6206f70 - Show all commits

View file

@ -0,0 +1,23 @@
package com.example.authentication;
public class Sau02f220uDto {
private String username;
private String password;
// Getters and Setters
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
}