异常二.Optional int parameter 'age' is present but cannot be translated into a null value due to being declared as a primitive type. 异常原因:required为false 且 defaultValue不存在 且 参数类型为基本数据类型;
swagger作为接口调试,但是控制层参数和返回值swagger表现不佳,还得在javadoc下看接口的描述,参数含义,...
I'd just like to make it more first-class, without the need for a separate post-processor and without the need for an AOP proxy to begin with. Since we directly dispatch to MVC handler methods, we can also trigger method validation directly, not having to go through a generated proxy fo...
异常二.Optional int parameter 'age' is present but cannot be translated into a null value due to being declared as a primitive type. 异常原因:required为false 且 defaultValue不存在 且 参数类型为基本数据类型;