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
- javascrpit 기초
- react Quill
- Spring JPA
- javascript 기초
- react react-router-dom v6
- spring
- react forwardRef
- springbatch chunk
- JPA Update\
- 코드 중복제거
- react jsx if
- Docker Windows 설치
- spring security
- Spring DTO
- Spring Entity
- react quill custom
- SpringBatch 스키마
- Javascript
- react Page
- react link
- springbatch
- Spring CORS
- step 테이블
- 텍스트가 많은 경우
- react
- spring builder
- javascript 함수
- JPA Insert
- Spring Controller return
- editor Quill
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