Build Status

—– There are link issues on git service generated pages, see gitbook or maven site. + gitbook

+ maven site

oss-lib-webmvc

Webmvc components for spring-boot based web projects.

Provide custom config and utils for spring-webmvc.

This library is mainly do serialization / deserialization configuration for spring-webmvc applications.

In our micro-service environment, the various services mainly communicate through the RESTful-style HTTP interface. If each service is not exactly the same as the serialization and deserialization of the data, it can cause a disaster.

If the user requires custom serialization / deserialization when calling a third-party API, configure it separately on a dedicated client and do not corrupt the global settings.