Move CodecCustomizer into spring-boot-http-codec
This commit is contained in:
committed by
Phillip Webb
parent
c33ee45ba2
commit
82b90c420c
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2021 the original author or authors.
|
||||
* Copyright 2012-2025 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
package org.springframework.boot.docs.web.reactive.webflux.httpcodecs;
|
||||
|
||||
import org.springframework.boot.web.codec.CodecCustomizer;
|
||||
import org.springframework.boot.http.codec.CodecCustomizer;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.http.codec.ServerSentEventHttpMessageReader;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
package org.springframework.boot.docs.web.reactive.webflux.httpcodecs
|
||||
|
||||
import org.springframework.boot.web.codec.CodecCustomizer
|
||||
import org.springframework.boot.http.codec.CodecCustomizer
|
||||
import org.springframework.context.annotation.Bean
|
||||
import org.springframework.http.codec.CodecConfigurer
|
||||
import org.springframework.http.codec.ServerSentEventHttpMessageReader
|
||||
|
||||
Reference in New Issue
Block a user