mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-10 18:39:44 +08:00
✨ blade-starter-redis 发布订阅支持延迟加载
This commit is contained in:
parent
63393602c5
commit
0fef98ea46
|
|
@ -19,6 +19,7 @@ package org.springblade.core.redis.config;
|
|||
|
||||
import org.springblade.core.redis.cache.BladeRedis;
|
||||
import org.springblade.core.redis.pubsub.RPubSubListenerDetector;
|
||||
import org.springblade.core.redis.pubsub.RPubSubListenerLazyFilter;
|
||||
import org.springblade.core.redis.pubsub.RPubSubPublisher;
|
||||
import org.springblade.core.redis.pubsub.RedisPubSubPublisher;
|
||||
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
||||
|
|
|
|||
|
|
@ -14,9 +14,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springblade.core.redis.config;
|
||||
package org.springblade.core.redis.pubsub;
|
||||
|
||||
import org.springblade.core.redis.pubsub.RPubSubListener;
|
||||
import org.springframework.beans.factory.config.BeanDefinition;
|
||||
import org.springframework.boot.LazyInitializationExcludeFilter;
|
||||
import org.springframework.core.annotation.AnnotationUtils;
|
||||
Loading…
Reference in New Issue
Block a user