mirror of
https://gitee.com/farsunset/cim.git
synced 2025-08-02 12:44:50 +08:00
修改redis消息队列配置问题
This commit is contained in:
parent
e60f64ec55
commit
c1df188360
@ -24,6 +24,7 @@ package com.farsunset.cim.config;
|
||||
import com.farsunset.cim.constants.Constants;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.boot.autoconfigure.AutoConfigureAfter;
|
||||
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
|
||||
import org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
@ -38,7 +39,7 @@ import java.util.Objects;
|
||||
|
||||
|
||||
@Configuration
|
||||
@AutoConfigureBefore(RedisAutoConfiguration.class)
|
||||
@AutoConfigureAfter(RedisAutoConfiguration.class)
|
||||
public class RedisConfig {
|
||||
|
||||
@Autowired
|
||||
|
Loading…
x
Reference in New Issue
Block a user