반응형
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
- OpenFeign
- java version
- mac os git error
- springboot
- Java 1.8
- error
- LeetCode
- parse
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- no sources given
- springboottest
- Medium
- maybe not public or not valid?
- java 11
- No tests found for given includes
- java 버전 변경
- yum install java
- easy
- property or field 'jobparameters' cannot be found on object of type
- 스프링부트테스트
- querydsl no sources given
- springbatch error
- AWS CLI
- aws
- java
- log error
- java 여러개 버전
- el1008e
- java 1.8 11
- JUnit
Archives
- Today
- Total
목록maybe not public or not valid? (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