Skip to content

Commit

Permalink
Merge pull request #287 from Open-Eye-Im-Developer/develop
Browse files Browse the repository at this point in the history
[MERGE] develop을 main에 반영
  • Loading branch information
JIN-076 committed Mar 20, 2024
2 parents 95ccc9d + 1ac2356 commit fb0cae8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import org.springframework.context.annotation.Configuration;
import org.springframework.messaging.simp.config.ChannelRegistration;
import org.springframework.messaging.simp.config.MessageBrokerRegistry;
import org.springframework.web.socket.config.annotation.EnableWebSocket;
import org.springframework.web.socket.config.annotation.EnableWebSocketMessageBroker;
import org.springframework.web.socket.config.annotation.StompEndpointRegistry;
import org.springframework.web.socket.config.annotation.WebSocketConfigurer;
Expand All @@ -14,9 +15,9 @@

@Configuration
@RequiredArgsConstructor
@EnableWebSocket
@EnableWebSocketMessageBroker
public class WebSocketConfig implements WebSocketMessageBrokerConfigurer,
WebSocketConfigurer {
public class WebSocketConfig implements WebSocketMessageBrokerConfigurer, WebSocketConfigurer {

private final ChatInterceptor chatInterceptor;
private final AchievementSocketHandler achievementSocketHandler;
Expand Down

0 comments on commit fb0cae8

Please sign in to comment.