如何更改端口 hawtio,我 运行 one megazord with spring camel rest 和其他
How to change port hawtio, i run one megazord with spring camel rest and others
标题是auto-explicative。
基本上我有一个项目有很多技术,需要骆驼到 EIP。
我需要在另一个端口使用 hawtio 运行。
我的pom.xml
https://gist.github.com/andrealcantara/4a9d0a736f5c67ff0a6abc6d11e6febd
和我的 application.properties
https://gist.github.com/andrealcantara/9edbf756d165790a5dc7ad4e1b48fa2f
对于 Spring 启动时的 Hawtio,它作为管理端点打开,因此此应用程序 属性 可以控制端口号。
management.server.port=10001
有关详细信息,请参阅此示例:https://github.com/hawtio/hawtio/blob/master/examples/springboot/src/main/resources/application.properties#L2
标题是auto-explicative。 基本上我有一个项目有很多技术,需要骆驼到 EIP。 我需要在另一个端口使用 hawtio 运行。
我的pom.xml https://gist.github.com/andrealcantara/4a9d0a736f5c67ff0a6abc6d11e6febd
和我的 application.properties https://gist.github.com/andrealcantara/9edbf756d165790a5dc7ad4e1b48fa2f
对于 Spring 启动时的 Hawtio,它作为管理端点打开,因此此应用程序 属性 可以控制端口号。
management.server.port=10001
有关详细信息,请参阅此示例:https://github.com/hawtio/hawtio/blob/master/examples/springboot/src/main/resources/application.properties#L2