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

Could not create query for public abstract net.lecousin.reactive.data.relational.LcReactiveDataRelationalClient net.lecousin.reactive.data.relational.repository.LcR2dbcRepository.getLcClient() #24

Open
caubenganha opened this issue Feb 22, 2023 · 1 comment

Comments

@caubenganha
Copy link

I have got the error when build my application using lc-spring-data-r2dbc

Could not create query for public abstract net.lecousin.reactive.data.relational.LcReactiveDataRelationalClient net.lecousin.reactive.data.relational.repository.LcR2dbcRepository.getLcClient(); Reason: Failed to create query for method public abstract net.lecousin.reactive.data.relational.LcReactiveDataRelationalClient net.lecousin.reactive.data.relational.repository.LcR2dbcRepository.getLcClient(); No property 'getLcClient' found for type 'LcReactiveDataRelationalClient'

My repository is configured as follows

public interface DscUserRepository extends LcR2dbcRepository<DscUser, UUID> {

}

Could you please check the problem? Many thanks!

@caubenganha
Copy link
Author

@lecousin could you help me check it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant