File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/main/java/org/springframework/data/web/config Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1515 */
1616package org .springframework .data .web .config ;
1717
18- import org .slf4j .Logger ;
19- import org .slf4j .LoggerFactory ;
2018import org .springframework .context .annotation .Bean ;
21- import org .springframework .data .domain .Page ;
22- import org .springframework .data .domain .PageImpl ;
2319import org .springframework .data .geo .GeoModule ;
2420import org .springframework .lang .Nullable ;
2521import org .springframework .util .ClassUtils ;
2622
27- import com .fasterxml .jackson .databind .annotation .JsonSerialize ;
2823import com .fasterxml .jackson .databind .module .SimpleModule ;
2924import com .fasterxml .jackson .databind .ser .std .ToStringSerializerBase ;
30- import com .fasterxml .jackson .databind .util .StdConverter ;
3125
3226/**
3327 * JavaConfig class to export Jackson specific configuration.
You can’t perform that action at this time.
0 commit comments