Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 반환
- RequestBody
- @RequestParam
- DTO
- Spring
- 로그인
- RequestParam
- 플라이웨이트
- property
- @Value
- 코드워즈
- Request
- Docker
- Codewars
- Security
- 프로퍼티
- actuator
- response
- JWT
- enum
- @RequestBody
- yml
- 파라미터
- springboot
- Boot
- 코딩테스트
- 헬스체크
- ResponseDto
- 디자인 패턴
- redis
Archives
- Today
- Total
목록회원가입 (1)
있을 유, 참 진

회원가입 DTO Controller 및 SecurityConfig 설정 - Controller - SecurityConfig UserService 테스트 결과 회원가입 DTO @Getter @NoArgsConstructor @AllArgsConstructor public class UserDto { @NotNull @Size(min = 3, max = 50) private String userName; @JsonProperty(access = JsonProperty.Access.WRITE_ONLY) @NotNull @Size(min = 3, max = 50) private String password; @NotNull @Size(min = 3, max = 50) private String nickName..
Spring/JWT
2023. 4. 7. 15:38