File tree Expand file tree Collapse file tree 14 files changed +21
-79
lines changed
api-boot-plugin-http-converter
api-boot-starter-http-converter
api-boot/src/main/java/org/minbox/framework/api/boot/convert
api-boot-samples/api-boot-sample-http-converter
java/org/minbox/framework/api/boot/sample Expand file tree Collapse file tree 14 files changed +21
-79
lines changed Original file line number Diff line number Diff line change 3434 <dependency >
3535 <groupId >org.projectlombok</groupId >
3636 <artifactId >lombok</artifactId >
37+ <scope >compile</scope >
38+ <optional >true</optional >
3739 </dependency >
3840 <!-- fastjson-->
3941 <dependency >
Original file line number Diff line number Diff line change 9191 </dependency >
9292
9393 <!-- ApiBoot Converter-->
94- <dependency >
95- <groupId >org.minbox.framework</groupId >
96- <artifactId >api-boot-plugin-http-converter</artifactId >
97- <version >${project.version} </version >
98- <optional >true</optional >
99- </dependency >
10094 <dependency >
10195 <groupId >org.minbox.framework</groupId >
10296 <artifactId >api-boot-starter-http-converter</artifactId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2323 <module >api-boot-plugin-oauth</module >
2424 <module >api-boot-plugin-quartz</module >
2525 <module >api-boot-plugin-resource-load</module >
26- <module >api-boot-plugin-http-converter</module >
2726 <module >api-boot-plugin-message-push</module >
2827 <module >api-boot-plugin-rate-limiter</module >
2928 <module >api-boot-plugin-sequence</module >
Original file line number Diff line number Diff line change 3232 <groupId >org.minbox.framework</groupId >
3333 <artifactId >api-boot-starter</artifactId >
3434 </dependency >
35- <dependency >
36- <groupId >org.minbox.framework</groupId >
37- <artifactId >api-boot-plugin-http-converter</artifactId >
38- </dependency >
3935 <!-- fastJson-->
4036 <dependency >
4137 <groupId >com.alibaba</groupId >
Original file line number Diff line number Diff line change 3030 <groupId >com.alibaba</groupId >
3131 <artifactId >fastjson</artifactId >
3232 </dependency >
33+ <dependency >
34+ <groupId >org.projectlombok</groupId >
35+ <artifactId >lombok</artifactId >
36+ <scope >compile</scope >
37+ </dependency >
3338 </dependencies >
3439</project >
Original file line number Diff line number Diff line change 1515 *
1616 */
1717
18- package org .minbox .framework .api .boot .plugin . http . converter . filter ;
18+ package org .minbox .framework .api .boot .convert ;
1919
2020import com .alibaba .fastjson .serializer .ValueFilter ;
21- import org .minbox .framework .api .boot .plugin . http . converter . filter .annotation .ApiBootDecimalAccuracy ;
21+ import org .minbox .framework .api .boot .convert .annotation .ApiBootDecimalAccuracy ;
2222import org .springframework .util .ReflectionUtils ;
2323
2424import java .lang .reflect .Field ;
Original file line number Diff line number Diff line change 1515 *
1616 */
1717
18- package org .minbox .framework .api .boot .plugin . http . converter . filter ;
18+ package org .minbox .framework .api .boot .convert ;
1919
2020import com .alibaba .fastjson .serializer .ValueFilter ;
21- import org .minbox .framework .api .boot .plugin .http .converter .filter .annotation .ApiBootValueHide ;
21+ import org .minbox .framework .api .boot .convert .annotation .ApiBootValueHide ;
22+ import org .minbox .framework .api .boot .convert .enums .ValueHidePositionEnum ;
2223
2324import java .lang .reflect .Field ;
2425
Original file line number Diff line number Diff line change 1515 *
1616 */
1717
18- package org .minbox .framework .api .boot .plugin . http . converter . filter .annotation ;
18+ package org .minbox .framework .api .boot .convert .annotation ;
1919
2020import java .lang .annotation .ElementType ;
2121import java .lang .annotation .Retention ;
Original file line number Diff line number Diff line change 1515 *
1616 */
1717
18- package org .minbox .framework .api .boot .plugin . http . converter . filter .annotation ;
18+ package org .minbox .framework .api .boot .convert .annotation ;
1919
20- import org .minbox .framework .api .boot .plugin . http . converter . filter .enums .ValueHidePositionEnum ;
20+ import org .minbox .framework .api .boot .convert .enums .ValueHidePositionEnum ;
2121
2222import java .lang .annotation .ElementType ;
2323import java .lang .annotation .Retention ;
You can’t perform that action at this time.
0 commit comments