We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linux
1.5.0
配置好线程池后 访问 server 后台: Dashboard/动态线程池/线程池实例
点查看后报错,看消息信息应该是响应的xml格式的内容,服务端无法解析
No response
The text was updated successfully, but these errors were encountered:
是不是你们的客户端应用加了鉴权?
Sorry, something went wrong.
并非鉴权,只是没有做过 ContentNegotiationConfigurer 的 defaultContentType(MediaType.APPLICATION_JSON) 的配置 ,默认响应内容应该是xml,这个应该是根据请求的Accept头确定的
提供下你们的配置,方便复现
spring boot 2.3.7 应用没配置mvc注解,基本上就是相当于没配置,这应该是默认设置 能不能通过accept头解决:
curl -H "Accept: application/json" https://api.example.com/resource
No branches or pull requests
Search before asking
Environment
Linux
Hippo4j version
1.5.0
What happened
配置好线程池后
访问 server 后台: Dashboard/动态线程池/线程池实例
点查看后报错,看消息信息应该是响应的xml格式的内容,服务端无法解析
How to reproduce
配置好线程池后
访问 server 后台: Dashboard/动态线程池/线程池实例
Debug logs
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: