chore: 优化类路径

This commit is contained in:
hxr
2023-09-16 09:25:20 +08:00
parent 44570d3163
commit 3446af605c
2 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
package com.youlai.system.config;
import com.youlai.system.interceptor.AuthChannelInterceptor;
import com.youlai.system.websocket.interceptor.AuthChannelInterceptor;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.Configuration;
import org.springframework.messaging.simp.config.ChannelRegistration;