Skip to content

Commit

Permalink
feat: 引擎等MQ场景接入SCS框架 #7443 接入websocket和auth服务
Browse files Browse the repository at this point in the history
  • Loading branch information
royalhuang committed Oct 14, 2022
1 parent d432e95 commit 275d707
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,9 @@ import com.tencent.devops.auth.service.DefaultDeptServiceImpl
import com.tencent.devops.auth.service.DeptService
import com.tencent.devops.auth.service.EmptyPermissionExtServiceImpl
import com.tencent.devops.auth.service.EmptyPermissionUrlServiceImpl
import com.tencent.devops.auth.utils.HostUtils
import com.tencent.devops.common.client.ClientTokenService
import com.tencent.devops.common.stream.annotation.StreamEventConsumer
import com.tencent.devops.common.stream.constants.StreamBinding
import org.springframework.amqp.core.Binding
import org.springframework.amqp.core.BindingBuilder
import org.springframework.amqp.core.DirectExchange
import org.springframework.amqp.core.Queue
import org.springframework.amqp.rabbit.connection.ConnectionFactory
import org.springframework.amqp.rabbit.core.RabbitAdmin
import org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
import org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
import org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
import org.springframework.cloud.stream.function.StreamBridge
Expand All @@ -58,7 +48,6 @@ import org.springframework.context.annotation.Configuration
import org.springframework.messaging.Message
import java.util.function.Consumer

@Suppress("ALL")
@Configuration
class AuthCoreConfiguration {

Expand Down

0 comments on commit 275d707

Please sign in to comment.