You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , many java devs use spring boot for web dev.
By default it uses jackson which is slow.
We migrate to alibaba fastjson2 which is faster but
simdjson is very nice library.
to use alibaba fastjson2 on spring boot we just include a library
which automatically replace all jackson to fastjson2
Your library great but many java devs use spring boot.
It would be great if you can really add spring boot support....
Hi , many java devs use spring boot for web dev.
By default it uses jackson which is slow.
We migrate to alibaba fastjson2 which is faster but
simdjson is very nice library.
to use alibaba fastjson2 on spring boot we just include a library
com.alibaba.fastjson2 fastjson2-extension-spring5 2.0.57which automatically replace all jackson to fastjson2
Your library great but many java devs use spring boot.
It would be great if you can really add spring boot support....
Best regards