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 | 31 |
Tags
- spring builder
- javascript 함수
- JPA Update\
- spring security
- react forwardRef
- react
- react link
- spring
- Spring Controller return
- Spring JPA
- springbatch
- SpringBatch 스키마
- step 테이블
- Docker Windows 설치
- react jsx if
- editor Quill
- Spring Entity
- Javascript
- javascrpit 기초
- react Page
- javascript 기초
- 코드 중복제거
- react react-router-dom v6
- 텍스트가 많은 경우
- react Quill
- react quill custom
- Spring DTO
- Spring CORS
- JPA Insert
- springbatch chunk
Archives
- Today
- Total
목록JPA Update\ (1)
천천히 알아보는 코딩공부
[Spring] JPA 특정 컬럼 Update
Spring JPA Update 특정컬럼 변경 예제 Post 방식으로 구현하였다. AdminNoticeDto (DTO) @Getter @NoArgsConstructor public class AdminNoticeDto { private long id; @NotNull (message = "관리자 명을 입력해주세요") private String serviceName; @NotNull (message = "서비스 그룹을 입력해주세요") private String serviceGroup; @NotNull (message = "제목을 입력해주세요") private String title; @NotNull (message = "내용을 입력해주세요") private String content; private cha..
Java/SpringBoot
2023. 1. 26. 13:41