Skip to content

hongshengfeng/kdw-novel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 进入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则是爬虫模块