Skip to content

Latest commit

 

History

History

backstopper-spring-web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Backstopper - spring-web

Backstopper is a framework-agnostic API error handling and (optional) model validation solution for Java 17 and greater.

(NOTE: The Backstopper 1.x branch contains a version of Backstopper for Java 7+, and for the javax ecosystem. The current Backstopper supports Java 17+ and the jakarta ecosystem. The Backstopper 1.x releases also contain support for Spring 4 and 5, and Springboot 1 and 2.)

This backstopper-spring-web module is not meant to be used standalone. It is here to provide common code for any spring-web* based application, including both Spring Web MVC and Spring WebFlux applications. But this module does not provide Spring+Backstopper integration by itself.

To integrate Backstopper with your Spring application, please choose the correct concrete integration library, depending on which Spring environment your application is running in:

Spring WebFlux based applications

Spring Web MVC based applications

The links above will take you to an integration-focused readme that will tell you how to integrate Backstopper into your Spring Web MVC or WebFlux application. If you are looking for a different framework integration check out the relevant section of the base readme to see if one already exists.

More Info

See the base project README.md, User Guide, and Backstopper repository source code and javadocs for all further information.

License

Backstopper is released under the Apache License, Version 2.0