spring引导管理在tomcat中部署后不工作

wfsdck30  于 2021-06-29  发布在  Java
关注(0)|答案(0)|浏览(259)

我们正在尝试部署我们新创建的spring管理ui来进行监控。
我们按照这个教程来做,这是一个SpringBootAdmin | baeldung指南
这里没有额外的bean配置。这就是问题所在吗? $sudo java -jar admin.jar 工作正常。但是,当我们尝试在tomcat中部署它时,会出现以下错误:

HTTP Status 404 – Not Found
Type Status Report
Message The requested resource [/admin/] is not available
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/9.0.36

有人能帮忙吗?提前谢谢。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题