File tree Expand file tree Collapse file tree
common/src/main/java/top/cadecode/uniboot/common/convertor
framework/src/main/java/top/cadecode/uniboot/framework/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- package top .cadecode .uniboot .framework . convert ;
1+ package top .cadecode .uniboot .common . convertor ;
22
33/**
44 * 请求参数枚举转换接口
Original file line number Diff line number Diff line change 1- package top .cadecode .uniboot .framework . convert ;
1+ package top .cadecode .uniboot .common . convertor ;
22
33import org .springframework .core .convert .converter .Converter ;
44import org .springframework .core .convert .converter .ConverterFactory ;
Original file line number Diff line number Diff line change 33import org .springframework .context .annotation .Configuration ;
44import org .springframework .format .FormatterRegistry ;
55import org .springframework .web .servlet .config .annotation .WebMvcConfigurer ;
6- import top .cadecode .uniboot .framework . convert .EnumConvertorFactory ;
6+ import top .cadecode .uniboot .common . convertor .EnumConvertorFactory ;
77
88/**
99 * Spring MVC 配置
You can’t perform that action at this time.
0 commit comments