Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can redisson work in spring boot 3.0.0-M5 or RC1 #4625

Closed
dpswds opened this issue Oct 25, 2022 · 2 comments
Closed

how can redisson work in spring boot 3.0.0-M5 or RC1 #4625

dpswds opened this issue Oct 25, 2022 · 2 comments
Labels

Comments

@dpswds
Copy link

dpswds commented Oct 25, 2022

my dependencies:

    implementation 'org.springframework.boot:spring-boot-starter-web:3.0.0-RC1'
    implementation 'org.springframework.boot:spring-boot-starter-data-jpa:3.0.0-RC1'
    implementation 'org.springframework.boot:spring-boot-starter-data-redis:3.0.0-RC1'
    implementation 'org.redisson:redisson-spring-boot-starter:3.17.7'

my error:

    Description:
    
    Parameter 0 of constructor in jp.co.netstars.boss.core.api.aspect.RateLimitAspect required a bean of type 'org.redisson.api.RedissonClient' that could not be found.
    
    
    Action:
    
    Consider defining a bean of type 'org.redisson.api.RedissonClient' in your configuration.
    
    
    Process finished with exit code 1

it works fine with version 3.0.0-M4.but not in RC1.

@JoeyBling
Copy link

  compatibility for spring-boot 3.x

reference PR: #4313

@mrniko
Copy link
Member

mrniko commented Nov 21, 2022

Fixed in #4689

@mrniko mrniko closed this as completed Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants