File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
springboot-stomp-websocket/src/main/java/net/alanbinu/springboot/websocket Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- package net .javaguides .springboot .websocket ;
1
+ package net .alanbinu .springboot .websocket ;
2
2
3
3
import org .springframework .boot .SpringApplication ;
4
4
import org .springframework .boot .autoconfigure .SpringBootApplication ;
Original file line number Diff line number Diff line change 1
- package net .javaguides .springboot .websocket .config ;
1
+ package net .alanbinu .springboot .websocket .config ;
2
2
3
3
import org .springframework .context .annotation .Configuration ;
4
4
import org .springframework .messaging .simp .config .MessageBrokerRegistry ;
Original file line number Diff line number Diff line change 1
- package net .javaguides .springboot .websocket .controller ;
1
+ package net .alanbinu .springboot .websocket .controller ;
2
2
3
3
import org .springframework .messaging .handler .annotation .MessageMapping ;
4
4
import org .springframework .messaging .handler .annotation .SendTo ;
5
5
import org .springframework .stereotype .Controller ;
6
6
import org .springframework .web .util .HtmlUtils ;
7
7
8
- import net .javaguides .springboot .websocket .model .Greeting ;
9
- import net .javaguides .springboot .websocket .model .HelloMessage ;
8
+ import net .alanbinu .springboot .websocket .model .Greeting ;
9
+ import net .alanbinu .springboot .websocket .model .HelloMessage ;
10
10
11
11
@ Controller
12
12
public class GreetingController {
Original file line number Diff line number Diff line change 1
- package net .javaguides .springboot .websocket .model ;
1
+ package net .alanbinu .springboot .websocket .model ;
2
2
3
3
public class Greeting {
4
4
Original file line number Diff line number Diff line change 1
- package net .javaguides .springboot .websocket .model ;
1
+ package net .alanbinu .springboot .websocket .model ;
2
2
3
3
public class HelloMessage {
4
4
You can’t perform that action at this time.
0 commit comments