Skip to content

Commit

Permalink
modify server run
Browse files Browse the repository at this point in the history
  • Loading branch information
leelance committed Jun 21, 2017
1 parent 47e7751 commit 6988520
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
import io.netty.channel.ChannelFuture;

@SpringBootApplication
public class SimplePushApplication implements CommandLineRunner{
public class NettyWebSocketServerApplication implements CommandLineRunner{
@Autowired
private ChatServer chatServer;

public static void main(String[] args) {
SpringApplication.run(SimplePushApplication.class, args);
SpringApplication.run(NettyWebSocketServerApplication.class, args);
}

@Bean
Expand Down

0 comments on commit 6988520

Please sign in to comment.