如何使用project-default.yml配置Thorntail http端口?

时间:2019-01-23 15:58:58

标签: thorntail

我正在使用Thorntail 2.3.0.Final,在文档“ 5.4.2。套接字”中有一个配置某种内容的示例:

 thorntail:
   network:
     socket-binding-groups:
       standard-sockets:
         http:
           port: 8081

我以为它开始侦听端口8081,但它持续不断地开始侦听8080端口

那么如何正确配置端口绑定?

1 个答案:

答案 0 :(得分:2)

快捷方式是使用:

thorntail:
  http:
    port: 8081