Skip to content

Commit 18e4ac7

Browse files
committed
Add TravisCI badge.
1 parent 26dbe0c commit 18e4ac7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Spring Annotated Web Data Binder
22

3+
[![Build Status](https://travis-ci.org/mattbertolini/spring-annotated-web-data-binder.svg?branch=master)](https://travis-ci.org/mattbertolini/spring-annotated-web-data-binder)
4+
35
JAX-RS style data binding for Spring MVC and Spring WebFlux. Bind query params, form data, headers, cookies, and
46
session data to a Java bean. It has built-in support for nested beans, type conversion, and validation. It's basically
57
a more advanced `@ModelAttribute`.

0 commit comments

Comments
 (0)