Skip to content

Commit

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

d3ad960

Co-authored-by: Samuel Vazquez <[email protected]>
  • Loading branch information
samuelAndalon and Samuel Vazquez authored Oct 20, 2024
1 parent 5a478b5 commit 068b557
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,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 068b557

Please sign in to comment.