mirror of
https://github.com/chillzhuang/blade-tool
synced 2025-01-23 21:21:42 +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…
x
Reference in New Issue
Block a user