We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00c7ff commit 67ca504Copy full SHA for 67ca504
README.md
@@ -10,7 +10,7 @@ NodeJS (stompjs or other) or Spring Boot (SockJS).
10
11
Add library as gradle dependency
12
13
-```
+```gradle
14
repositories {
15
jcenter()
16
maven { url "https://jitpack.io" }
@@ -23,7 +23,7 @@ dependencies {
23
## Example backend (Spring Boot)
24
25
**WebSocketConfig.groovy**
26
-``` groovy
+```groovy
27
@Configuration
28
@EnableWebSocketMessageBroker
29
public class WebSocketConfig extends AbstractWebSocketMessageBrokerConfigurer {
0 commit comments