반응형
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
- java
- springboottest
- el1008e
- springbatch error
- springboot
- AWS CLI
- no sources given
- aws
- maybe not public or not valid?
- LeetCode
- java 11
- log error
- easy
- property or field 'jobparameters' cannot be found on object of type
- OpenFeign
- No tests found for given includes
- 스프링부트테스트
- querydsl no sources given
- yum install java
- parse
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- mac os git error
- JUnit
- java 1.8 11
- error
- Java 1.8
- Medium
- java 버전 변경
- java 여러개 버전
- java version
Archives
- Today
- Total
목록springbatch error (1)
쩨이엠 개발 블로그
[spring batch] EL1008E: Property or field 'jobParameters' cannot be found on object of type 'org.springframework.beans.factory.config.BeanExpressionContext' - maybe not public or not valid?
Spring batch에서 ItemReader를 쓰다 발견한 에러 EL1008E: Property or field 'jobParameters' cannot be found on object of type 'org.springframework.beans.factory.config.BeanExpressionContext' - maybe not public or not valid? 이 경우엔 jobParameters를 받는 bean의 scope를 지정해주지 않아 발생하는 에러로@StepScope @JobScope를 넣어주면 된다 @Bean @StepScope public RepositoryItemReader trxReader(@Value("#{jobParameters[targetDate]}"..
개발/Spring
2024. 12. 30. 14:07