|
@@ -1,5 +1,4 @@
|
|
|
:spring_version: current
|
|
|
-:spring_boot_version: 2.3.2.RELEASE
|
|
|
:jackson: https://wiki.fasterxml.com/JacksonHome
|
|
|
:AtMessageMapping: https://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/messaging/handler/annotation/MessageMapping.html
|
|
|
:AtController: https://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Controller.html
|
|
@@ -39,6 +38,7 @@ Initializr]. The Initializr offers a fast way to pull in all the dependencies yo
|
|
|
an application and does a lot of the set up for you. This example needs only the Websocket
|
|
|
dependency.
|
|
|
|
|
|
+You can get a Maven build file with the necessary dependencies directly from the https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.4.2.RELEASE&packaging=jar&jvmVersion=11&groupId=com.example&artifactId=messaging-stomp-websocket&name=messaging-stomp-websocket&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.messaging-stomp-websocket&dependencies=websocket[Spring Initializr].
|
|
|
The following listing shows the `pom.xml` file that is created when you choose Maven:
|
|
|
|
|
|
====
|
|
@@ -48,6 +48,7 @@ include::initial/pom.xml[]
|
|
|
----
|
|
|
====
|
|
|
|
|
|
+You can get a Gradle build file with the necessary dependencies directly from the https://start.spring.io/#!type=gradle-project&language=java&platformVersion=2.4.2.RELEASE&packaging=jar&jvmVersion=11&groupId=com.example&artifactId=messaging-stomp-websocket&name=messaging-stomp-websocket&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.messaging-stomp-websocket&dependencies=websocket[Spring Initializr].
|
|
|
The following listing shows the `build.gradle` file that is created when you choose Gradle:
|
|
|
|
|
|
====
|