Skip to content

Commit 20db668

Browse files
samuelAndalonSamuel Vazquez
and
Samuel Vazquez
committed
feat: remove enable webflux annotation (#2048)
### 🔗 Related Issues #2047 Co-authored-by: Samuel Vazquez <samvazquez@expediagroup.com>
1 parent 5a478b5 commit 20db668

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
@@ -7,11 +7,9 @@ import com.alibaba.fastjson2.support.spring6.http.codec.Fastjson2Encoder
77
import com.fasterxml.jackson.databind.ObjectMapper
88
import org.springframework.context.annotation.Configuration
99
import org.springframework.http.codec.ServerCodecConfigurer
10-
import org.springframework.web.reactive.config.EnableWebFlux
1110
import org.springframework.web.reactive.config.WebFluxConfigurer
1211

1312
@Configuration
14-
@EnableWebFlux
1513
class GraphQLServerCodecConfiguration(
1614
private val config: GraphQLConfigurationProperties,
1715
private val objectMapper: ObjectMapper,

0 commit comments

Comments
 (0)