Skip to content
Ralph Schaer edited this page Jun 14, 2021 · 3 revisions

wamp2spring is available in the Central Maven Repository.

Add this dependency to your project if you use Spring's servlet stack

<dependency>
  <groupId>ch.rasc</groupId>
  <artifactId>wamp2spring-servlet</artifactId>
  <version>2.0.4</version>
</dependency>

For the reactive stack you need to add this dependency

<dependency>
  <groupId>ch.rasc</groupId>
  <artifactId>wamp2spring-reactive</artifactId>
  <version>2.0.4</version>
</dependency>

wamp2spring requires Java 8 and Spring 5

Clone this wiki locally