Lucas Bertone
Lucas Bertone
Thank you, @jzitelli. Yeah... I noticed the cannonjs cylinder rotation and already took care of that. I'll try your implementation and give you some feedback.
@boostchicken couldn't make it work even with the changes you suggested. Getting the same error. Anyone else got it working with Spring Boot 2.1.2 or 2.1.3?
@boostchicken Unfortunately, I can't share the code with you. Trying the fix I got the same error when running the tests, but a slightly different error running the app with...
Ok, I got it working with the fix. Turns out spring-data-redis was messing stuff up. I had it configured to use a specific version. Started working when I removed the...