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
When i try to run basic integration-test using @SpringBootTest i get following error;
Failed to convert value of type 'java.lang.String' to required type 'int'; For input string: "${spring.data.web.pageable.default-page-size:10}"
I do have parameter defined in my yml so following works in same test; @Value("\${spring.data.web.pageable.default-page-size}") private lateinit var pageSize: String