java启动

java -Xmx512M -cp .:conf/*:lib/* com.xxx.worker.PriceWorker

maven编译

mvn -Dmaven.test.skip=true clean package

你可能感兴趣的:(java)