From fb5edbd6774f45cbfac0cf2c59da8826c484583e Mon Sep 17 00:00:00 2001 From: liqiangqiang Date: Sun, 8 Apr 2018 16:27:08 +0800 Subject: [PATCH] =?UTF-8?q?WebFlux=20RestFul=20=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- springboot-webflux-2-restful/pom.xml | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 springboot-webflux-2-restful/pom.xml diff --git a/springboot-webflux-2-restful/pom.xml b/springboot-webflux-2-restful/pom.xml new file mode 100755 index 0000000..aa189d4 --- /dev/null +++ b/springboot-webflux-2-restful/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + + springboot + springboot-webflux-2-restful + 0.0.1-SNAPSHOT + springboot-webflux-2-restful :: Spring Boot WebFlux 实现 Restful 服务 + + + + org.springframework.boot + spring-boot-starter-parent + 2.0.1.RELEASE + + + + + + + org.springframework.boot + spring-boot-starter-webflux + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + junit + junit + 4.12 + + + +