Skip to content

Commit

Permalink
feat: remove enable webflux annotation (#2048)
Browse files Browse the repository at this point in the history
### 🔗 Related Issues
#2047

Co-authored-by: Samuel Vazquez <[email protected]>
  • Loading branch information
samuelAndalon and Samuel Vazquez authored Oct 18, 2024
1 parent c360573 commit d3ad960
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ import com.alibaba.fastjson2.support.spring6.http.codec.Fastjson2Encoder
import com.fasterxml.jackson.databind.ObjectMapper
import org.springframework.context.annotation.Configuration
import org.springframework.http.codec.ServerCodecConfigurer
import org.springframework.web.reactive.config.EnableWebFlux
import org.springframework.web.reactive.config.WebFluxConfigurer

@Configuration
@EnableWebFlux
class GraphQLServerCodecConfiguration(
private val config: GraphQLConfigurationProperties,
private val objectMapper: ObjectMapper,
Expand Down

0 comments on commit d3ad960

Please sign in to comment.