package com.ljsd.jieling; public class NettyApplication { public static void main(String[] args) { System.out.println("netty server ..."); } }