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: 5 months ago
JSON representation
This repo shows how can we handle query params in Spring MVC
- Host: GitHub
- URL: https://github.com/daggerok/spring-mvc-request-params
- Owner: daggerok
- License: mit
- Created: 2021-07-23T16:12:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T16:19:11.000Z (over 4 years ago)
- Last Synced: 2025-01-10T00:41:51.550Z (about 1 year ago)
- Topics: kotlin, maven, query-params, request-param, rest-template, spring-boot, spring-mvc, test-rest-template
- Language: Kotlin
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.