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 + + + +