Skip to content

Can we use this library directly on spring boot? #74

@eix128

Description

@eix128

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.57

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....

Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions