Spring Projects Issues
Spring Projects Issues
**[Micah Silverman](https://jira.spring.io/secure/[email protected])** commented Two approaches to solve the problem. Both require more boilerplate than is necessary for accomplishing the same thing with JSON: https://gist.github.com/dogeared/7e60a2caebd00c959f0d7e24ef79b54e https://gist.github.com/dogeared/0db806ad56258711de0ffdfa5317ee42 This first approach uses an...
**[Micah Silverman](https://jira.spring.io/secure/[email protected])** commented I created a gist for a third approach: https://gist.github.com/dogeared/3ebb46b9d948c023e702ccb9ecfdf35e
**[Micah Silverman](https://jira.spring.io/secure/[email protected])** commented I also created a blog post on the subject ;) https://afitnerd.com/2017/05/24/what-if-spring-boot-handled-forms-like-json/
**[wu wen ](https://jira.spring.io/secure/ViewProfile.jspa?name=wuwen)** commented +1
**[haiepng liang](https://jira.spring.io/secure/ViewProfile.jspa?name=heber)** commented +1
**[Iker Hernaez](https://jira.spring.io/secure/ViewProfile.jspa?name=i.hernaez)** commented +1
**[Zhang Jie](https://jira.spring.io/secure/ViewProfile.jspa?name=nkjackzhang)** commented Hi, all, I have found that, if we want to use custom **`@FormAttribute`** or something else to customize x-www-form-urlencoded, we can write a custom **FormAttributeBeanInfoFactory** which is...
**[Jeff Sheets](https://jira.spring.io/secure/ViewProfile.jspa?name=jasheets1)** commented I looked into implementing this, but the major stumbling block for `@NamedStoredProcedureQuery` is writing tests since the Hibernate HSQLDialect does not support REF_CURSOR ResultSets yet. Looking around,...
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented Using DB2 in a test would be big handicap for a PR, almost a show stopper. But I guess one could use a free database like MySql...
**[wangl](https://jira.spring.io/secure/ViewProfile.jspa?name=oneone1995)** commented I found org.springframework.boot.bind.RelaxedConversionService class missing in spring boot2。