[BAEL-2114] spring-5-reactive & spring-5-mvc | Server Sent Events in Spring (#5146)

* * added spring 5 reactive examples

* * added MVC example
* added spring 5 webflux test
This commit is contained in:
rozagerardo
2018-09-03 12:32:50 -03:00
committed by maibin
parent 23a971073f
commit ffce600b8d
7 changed files with 238 additions and 1 deletions
+7
View File
@@ -94,6 +94,12 @@
<version>${project-reactor-test}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@@ -117,6 +123,7 @@
<geronimo-json_1.1_spec.version>1.0</geronimo-json_1.1_spec.version>
<commons-collections4.version>4.1</commons-collections4.version>
<project-reactor-test>3.1.6.RELEASE</project-reactor-test>
<junit.platform.version>1.2.0</junit.platform.version>
</properties>
</project>