Persistable 을 이용한 쿼리 최적화
Persistable 을 이용한 쿼리 최적화
문제점
@RequiredArgsConstructor
@Service
public class CurrentStockSummaryService {
private final CurrentStockSummaryRepository
… 더보기 테스트
Spring Boot with React.JS
Spring Boot JSP 활성화
공통 데이타처리
Authentication 과 Authorization 의 차이
Authentication 과 Authorization 의 차이
Authentication : 로그인체크
접속자의 아이디를 확인하는 단계이다.
Authorization : 권한체크
… 더보기ResponseEntity 에 Generic type 사용하기
ResponseEntity 에 Generic type 사용하기
Generic type
@Getter
@NoArgsConstructor
public class MenusSaveRequestDto implements Serializable {
… 더보기