Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/spring-mvc-request-params

This repo shows how can we handle query params in Spring MVC
https://github.com/daggerok/spring-mvc-request-params

kotlin maven query-params request-param rest-template spring-boot spring-mvc test-rest-template

Last synced: about 1 month ago
JSON representation

This repo shows how can we handle query params in Spring MVC

Awesome Lists containing this project

README

        

# Spring MVC query params
This repo shows how can we handle query params in Spring MVC

```bash
./mvnw
```

See tests for details.

Read [this](http://dolszewski.com/spring/how-to-bind-requestparam-to-object/) article.