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
- react jsx if
- react Page
- javascript 함수
- react
- editor Quill
- Spring JPA
- Javascript
- Spring Controller return
- react Quill
- spring
- 코드 중복제거
- spring security
- springbatch
- SpringBatch 스키마
- spring builder
- Spring CORS
- react forwardRef
- JPA Insert
- step 테이블
- 텍스트가 많은 경우
- Spring DTO
- react quill custom
- react react-router-dom v6
- javascript 기초
- react link
- JPA Update\
- Spring Entity
- javascrpit 기초
- Docker Windows 설치
- springbatch chunk
Archives
- Today
- Total
목록JPA Insert (1)
천천히 알아보는 코딩공부
[Spring] JPA 전체 Insert, Update
Spring JPA insert, 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; privat..
Java/SpringBoot
2023. 1. 26. 10:52