Category Archives: Spring Boot
Spring Boot – springfox-swagger 3.x 사용하기
Spring Boot – springfox-swagger 3.x 사용하기
springfox-swagger 사용법을 정리해 봅니다.
의존성 추가
dependencies {
implementation … 더보기 QueryDSL No property 메소드명 found for type 엔터티명!
QueryDSL No property 메소드명 found for type 엔터티명!
클래스명
xxxRepository
xxxRepositoryCustom
xxxRepositoryImpl
(주의 : xxxRepositoryCustomImpl … 더보기
JpaPagingItemReader
BeanPropertyRowMapper 주의사항
SqlPagingQueryProviderFactoryBean join 버그
SqlPagingQueryProviderFactoryBean join 버그
Spring Batch 버전에 따라,
join 또는 left join 사용시 컬럼을 인식하지 못하는 … 더보기
Spring Boot JPA with parameter
Spring Boot JPA with parameter
as 를 붙여주어야 정상적으로 작동한다.
public interface ItemRepository extends DefaultJpaRepository<ItemEntity, … 더보기 Spring Boot JPA one to many (단방향)
IntelliJ 오류 : Could not autowire. No beans of ” type found.
JobExecutionAlreadyRunningException: A job execution for this job is already running
JobExecutionAlreadyRunningException: A job execution for this job is already running
UPDATE
BATCH_JOB_EXECUTION
SET
END_TIME = … 더보기