Package dev.snowdrop.vertx.sample.http
Class HttpSampleApplication
- java.lang.Object
-
- dev.snowdrop.vertx.sample.http.HttpSampleApplication
-
@SpringBootApplication public class HttpSampleApplication extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpSampleApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse>helloRouter()static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
helloRouter
@Bean public org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> helloRouter()
-
-