File tree 2 files changed +4
-3
lines changed
datachannel/src/main/java/ch/rasc/wamp2spring/demo
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -40,4 +40,5 @@ call ..\mvnw.cmd clean package
40
40
cd ..\worldchat
41
41
call ..\mvnw.cmd clean package
42
42
43
- cd ..
43
+ cd ..
44
+ pause
Original file line number Diff line number Diff line change 4
4
import org .springframework .boot .autoconfigure .SpringBootApplication ;
5
5
import org .springframework .web .socket .config .annotation .WebSocketHandlerRegistration ;
6
6
7
- import ch .rasc .wamp2spring .servlet .WampServletConfigurer ;
7
+ import ch .rasc .wamp2spring .servlet .WampServletConfiguration ;
8
8
9
9
@ SpringBootApplication
10
- public class Application implements WampServletConfigurer {
10
+ public class Application extends WampServletConfiguration {
11
11
12
12
public static void main (String [] args ) {
13
13
SpringApplication .run (Application .class , args );
You can’t perform that action at this time.
0 commit comments