File tree 1 file changed +0
-6
lines changed
src/main/java/org/springframework/data/web/config
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .springframework .data .web .config ;
17
17
18
- import org .slf4j .Logger ;
19
- import org .slf4j .LoggerFactory ;
20
18
import org .springframework .context .annotation .Bean ;
21
- import org .springframework .data .domain .Page ;
22
- import org .springframework .data .domain .PageImpl ;
23
19
import org .springframework .data .geo .GeoModule ;
24
20
import org .springframework .lang .Nullable ;
25
21
import org .springframework .util .ClassUtils ;
26
22
27
- import com .fasterxml .jackson .databind .annotation .JsonSerialize ;
28
23
import com .fasterxml .jackson .databind .module .SimpleModule ;
29
24
import com .fasterxml .jackson .databind .ser .std .ToStringSerializerBase ;
30
- import com .fasterxml .jackson .databind .util .StdConverter ;
31
25
32
26
/**
33
27
* JavaConfig class to export Jackson specific configuration.
You can’t perform that action at this time.
0 commit comments