将依赖项添加到 WebFlux(而非 MVC)Web 应用程序时jolokia-core
,由于应用程序类型条件匹配失败,因此未启用 Jolokia 执行器端点。
JolokiaEndpointAutoConfiguration": {
"notMatched": [
{
"condition": "OnWebApplicationCondition",
"message": "not a servlet web application"
}
],
"matched": [
{
"condition": "OnClassCondition",
"message": "@ConditionalOnClass found required class 'org.jolokia.http.AgentServlet'"
}
]
},
有没有办法让它在 WebFlux 应用程序中工作?