You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Refer to the Tomcat loading source code . * This load is performed if the {@link Tomcat} class exists and * the Web embedded server loads the {@link ServletWebServerFactory} top-level interface type at the same time */@Bean@ConditionalOnClass({Servlet.class, Tomcat.class, UpgradeProtocol.class})
@ConditionalOnBean(value = ServletWebServerFactory.class, search = SearchStrategy.CURRENT)
publicTomcatWebThreadPoolHandlertomcatWebThreadPoolHandler(WebThreadPoolRunStateHandlerwebThreadPoolRunStateHandler) {
returnnewTomcatWebThreadPoolHandler(webThreadPoolRunStateHandler);
}
Bug Report
在开始报告错误之前,请确保认真查看了以下步骤:
请在提交问题之前回答这些问题,谢谢。
你使用了哪个项目?Hippo-4J Server 还是 Hippo-4J Core?
同时存在。
你使用了哪个版本?
最新版本
预期行为
hippo4j-spring-boot-starter-example 启动成功
实际行为
启动失败
原因分析(如果可以)
WebAdapterAutoConfiguration @ConditionalOnClass({Servlet.class, Tomcat.class, UpgradeProtocol.class}) 引起
问题重现步骤
hippo4j-spring-boot-starter-example 参考如下配置改动:
用于重现此问题的示例代码(例如 GitHub 链接)
无
The text was updated successfully, but these errors were encountered: