2020年5月9日

SpringBoot多模块(创建、启动、打包)

摘要: 上一篇讲到多模块的创建 https://www.cnblogs.com/dzcici/p/12836542.html 声明模块与唯一入口并附上所有pom 目录结构 父模块pom <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http:/ 阅读全文

posted @ 2020-05-09 17:58 东子z 阅读(4668) 评论(0) 推荐(0) 编辑

Linux查看服务基本命令

摘要: 查看IP: ip addr show 查看端口与服务: netstat -anp 查看某个端口进程 netstat -anp | grep 8080 关闭某个进程 kill -9 进程ID 查看CPU top 查看tomcat运行 ps -aux | grep tomcat ps -ef | gre 阅读全文

posted @ 2020-05-09 17:02 东子z 阅读(9218) 评论(0) 推荐(0) 编辑

导航