摘要:
top -b -n 1 | grep java| awk '{print "PID:"$1",mem:"$6",CPU percent:"$9"%","mem percent:"$10"%"}' 阅读全文
摘要:
1、将依赖的jar包存放到其他路径 mvn dependency:copy-dependencies -DoutputDirectory=lib_path -DincludeScope=runtime 2、在pom文件添加插件属性属性 <plugin> <groupId>org.springfram 阅读全文