Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 398 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 398 Bytes
  • 进入novel-portal目录,运行 mvn clean compile package
  • 进入target中获取novel-exec.jar,这里pom.xml默认打包方式是jar
  • 运行 java -jar novel-exec.jar > novel.log 2>&1 & 项目就在后台运行了
  • 关闭服务运行 ps -ef | grep novel-exec.jar 得到pid,kill掉
  • novel-crawler则是爬虫模块