Netty智慧引擎本项目依托Netty,提供Wisdom的HTTP(s)服务能力。它可以使用Vertx替换默认引擎。替换顶点在项目的pom.xml文件中,添加以下依赖项: dependency groupId: org.wisdom-framework artifactId: wisdom-netty-engine version: 0.7-SNAPSHOT 然后,在src/main/configuration/application.conf文件中,使用以下属性: http.port = -1 https.port = -1 netty.http.port = 9000 netty.https.port = 9001 历史最初默认使用此网络堆栈。