Skip to content

Commit

Permalink
[CHORE] remove test profile settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 10, 2024
1 parent 4c1cc06 commit 887d74c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
package com.twtw.backend.config.socket;

import com.twtw.backend.global.properties.RabbitMQProperties;

import lombok.RequiredArgsConstructor;

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import org.springframework.messaging.simp.config.MessageBrokerRegistry;
import org.springframework.util.AntPathMatcher;
import org.springframework.web.socket.config.annotation.EnableWebSocketMessageBroker;
import org.springframework.web.socket.config.annotation.StompEndpointRegistry;
import org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer;

@Profile("!test")
@Configuration
@RequiredArgsConstructor
@EnableWebSocketMessageBroker
Expand Down

0 comments on commit 887d74c

Please sign in to comment.