일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 1주차(1)
- c언어
- 백준
- git오류
- 자료구조
- DP
- 도커
- python자료형
- 최단거리
- python기본
- c언어 기본
- 파이썬 알고리즘 인터뷰
- c언어 제어문
- git기초
- 5장
- Workbench
- 스택
- 운체 1주차
- Git
- 코테
- git 오류
- 코딩테스트
- #코린이 #코딩 #할 수 있다
- 참고X
- 인스타
- 데베시 1주차
- 그리디
- 인텔리제이
- 4장
- python기초
- Today
- Total
목록Backend/Spring (4)
하루살이 개발자
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/b0qrJC/btrtb1Sqd9w/Nib1FHRApDqMtgJbEns1fk/img.png)
java.validation의 @Valid 어노테이션 사용법 의존성 주입(dependency) [Maven] org.springframework.boot spring-boot-starter-validation 2.6.2 [Gradle] // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-validation implementation("org.springframework.boot:spring-boot-starter-validation:2.6.2") java.validation 어노테이션 설명 Anotation 제약조건 @NotNull Null 불가 @Null Null만 입력 가능 @NotEmpty Null, 빈..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/7lMp2/btrs9LVyPj2/W0Tx5VaApuWWUkAskSWJhK/img.png)
현재 포커스 : Control + Shift + R 이전 실행 : Control + R 라인 복사하긱 : Command + D 라인 삭제하기 : Command + back space 라인 합치기 : Control + Shift + J 구문 단위 이동 : Shift + Command + 위 또는 아래 라인 단위 이동 : Shift + Option + 위 또는 아래 인자값 보기 : Command + P 해당 내용 문서 보기 : F1 단어 단위로 이동 : Option + 좌 또는 우 라인 처음과 끝으로 이동 : Fn + 좌 또는 우 라인 전체 선택 : Shift + Command + 좌 또는 우 페이지 업, 다운 : Fn + 위 아래 포커스 범위 잡기 : Option + 위 아래 포커스 이전 / 다음으로 이동..