-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ feat: 开发spring boot starter #11
Labels
Comments
关于
|
fzdwx
added a commit
that referenced
this issue
May 18, 2022
fzdwx
added a commit
that referenced
this issue
May 19, 2022
fzdwx
added a commit
that referenced
this issue
May 21, 2022
fzdwx
added a commit
that referenced
this issue
May 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
result :
兼容正常的spring boot starter web 的一切行为。
step:
@Controller
等注解@RequestBody
等参数注入注解@RestControllerAdvice
自定义异常处理controller
的收集/hello/{name}
的语法nosuport:
参数解析器:
返回值解析器:
解析器的类型转换实现?
抽象出了一个
ValConvertor
,默认使用的是hutool的cn.hutool.core.convert.ConverterRegistry
The text was updated successfully, but these errors were encountered: