Skip to main content
1 vote
Accepted

Block GetMapping util get message from Redis in Spring boot

I suspect you have 2 instances of RedisMessageSubscriber. Your controller injects @Service annotated one, but the messages come to the: @Bean MessageListenerAdapter messageListener() { return new ...
lo-fi wi-fi's user avatar
1 vote

Why we need clientId and clientSecret?

The client id and client secret is for as the name suggests, the client. You are not the client, you are the user, or end user. If i have your username and password i can claim to be you. If i have ...
Toerktumlare's user avatar
  • 14.1k

Only top scored, non community-wiki answers of a minimum length are eligible