Mykola Androsovych

Results 3 comments of Mykola Androsovych

If you use spring boot 2.7+ then you should do: ```spring: autoconfigure: exclude: - org.redisson.spring.starter.RedissonAutoConfigurationV2 ``` otherwise: ```spring: autoconfigure: exclude: - org.redisson.spring.starter.RedissonAutoConfiguration ```

@mrniko I can't check it on Spring Boot 3 now, but if to add `org.redisson.spring.starter.RedissonAutoConfiguration` to the exclusion list then the issue described here might arise https://github.com/redisson/redisson/issues/5352, isn't it?

The same issue. After uploading new project I can't open old ones