File tree 2 files changed +2
-2
lines changed
src/main/java/com/greyseal/vertx/boot
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class Configuration {
9
9
public static final String HTTP_PROTOCOL = "http_protocol" ;
10
10
public static final String HTTP_SERVER_PORT = "http_server_port" ;
11
11
public static final String HTTP_SERVER_HOST = "http_server_host" ;
12
- public static final String IS_HTTP2_ENABLED = "http2Enabled " ;
12
+ public static final String IS_HTTP2_ENABLED = "is_http2_enabled " ;
13
13
public static final String HTTP_SERVER_OPTIONS = "http_server_options" ;
14
14
public static final String IS_SSL_ENABLED = "ssl" ;
15
15
Original file line number Diff line number Diff line change 22
22
import java .util .HashSet ;
23
23
import java .util .Set ;
24
24
25
- @ Verticle (type = VerticleType .STANDARD , configuration = "httpServerVerticle " )
25
+ @ Verticle (type = VerticleType .STANDARD , configuration = "http_server_verticle " )
26
26
public class HttpServerVerticle extends BaseVerticle {
27
27
private Single <HttpServer > server ;
28
28
private Router mainRouter ;
You can’t perform that action at this time.
0 commit comments