Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 272 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 272 Bytes

springboot2 spring 5 webflux 实例

通过下面启动服务:

mvn spring-boot:run

启动后能过下面的这些命令测试服务

curl localhost:8080/hello
curl localhost:8080/time
curl localhost:8080/date
curl localhost:8080/times

可看出效果