Skip to content

Commit bf58bd8

Browse files
author
Samuel Vazquez
committed
feat: remove enable webflux annotation
1 parent 1c58a46 commit bf58bd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

servers/graphql-kotlin-spring-server/src/main/kotlin/com/expediagroup/graphql/server/spring/GraphQLServerCodecConfiguration.kt

-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ import com.alibaba.fastjson2.support.spring6.http.codec.Fastjson2Encoder
2222
import com.fasterxml.jackson.databind.ObjectMapper
2323
import org.springframework.context.annotation.Configuration
2424
import org.springframework.http.codec.ServerCodecConfigurer
25-
import org.springframework.web.reactive.config.EnableWebFlux
2625
import org.springframework.web.reactive.config.WebFluxConfigurer
2726

2827
@Configuration
29-
@EnableWebFlux
3028
class GraphQLServerCodecConfiguration(
3129
private val config: GraphQLConfigurationProperties,
3230
private val objectMapper: ObjectMapper,

0 commit comments

Comments
 (0)