5

如何在我的 Spring-Boot 应用程序中包含第三方战争?我想坚持一个单一的、可执行的工件,而不是采用传统的 tomcat 部署路线,但我也想包括像 hawtio ( http://hawt.io/getstarted/index.html ) 这样的东西。

任何建议将不胜感激。

4

1 回答 1

4

虽然不是严格地回答这个问题,但现在有一个专门用于 spring boot 的 hawt.io jar,这使得请求的要求变得不必要(io.hawt:hawtio-springboot:jar:1.4.20)。

模块代码在这里 - https://github.com/hawtio/hawtio/tree/master/hawtio-springboot

此处显示示例用法 - https://github.com/hawtio/hawtio/tree/master/hawtio-sample-springboot

于 2014-09-28T21:27:18.950 回答