Skip to content

Commit d3ad960

Browse files
samuelAndalonSamuel Vazquez
and
Samuel Vazquez
authored
feat: remove enable webflux annotation (#2048)
### 🔗 Related Issues #2047 Co-authored-by: Samuel Vazquez <[email protected]>
1 parent c360573 commit d3ad960

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)