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

How to configure Thorntail http port with project-default.yml?

我正在使用 Thorntail 2.3。0.Final,在文档“5.4.2.Sockets”中有一个配置某种东西的示例:

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

我以为它开始监听 8081 端口,但它一直继续监听 8080 端口

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

快捷方式是使用:

thorntail:
  http:
    port: 8081