mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 12:48:59 +08:00
fix: 类名typo
This commit is contained in:
parent
764c0d657d
commit
e6b15466ec
@ -12,7 +12,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
||||
* @Date 2021/6/26 9:39
|
||||
**/
|
||||
@Configuration
|
||||
public class IntercepterConfiguration implements WebMvcConfigurer {
|
||||
public class InterceptorConfiguration implements WebMvcConfigurer {
|
||||
|
||||
@Override
|
||||
public void addInterceptors(InterceptorRegistry registry) {
|
@ -10,7 +10,7 @@ import org.springframework.data.redis.listener.RedisMessageListenerContainer;
|
||||
import org.springframework.data.redis.listener.adapter.MessageListenerAdapter;
|
||||
|
||||
@Configuration
|
||||
public class RedisGatewyConfig {
|
||||
public class RedisGatewayConfig {
|
||||
|
||||
@Autowired
|
||||
private RedisConnectionFactory connectionFactory;
|
Loading…
Reference in New Issue
Block a user