eclipse 中打包 项目右键-> run as ->maven clean->maven install
运行打包文件 java -jar *.jar
指定内存启动 java -Xms10m -Xmx200m -jar xxx.jar