You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
marszhang-sha
changed the title
MyBatisPagingItemReader need setter method of sqlSessionTemplate
Need setter method of sqlSessionTemplate in class MyBatisPagingItemReader
Aug 4, 2021
mybatis-spring version
2.0.6
mybatis version
3.5.7
expect
sqlSessionTemplate can be injected
actual
sqlSessionTemplate is private, and there is no setter method
code
spring/src/main/java/org/mybatis/spring/batch/MyBatisPagingItemReader.java
Line 98 in d87e3ef
The text was updated successfully, but these errors were encountered: