使用devtools进行热部署之后,可以再程序运行时修改代码,修改代码后,不需要再次重新启动了。
1. 引入依赖
1 | <dependency> |
2. 在IDEA设置中勾选
选择Compiler
, 勾选上 Build project automatically
。
3. 开启运行时Build
输入快捷键 ctrl + shift + alt + /
,选择 Registry
勾选 Compiler autoMake allow when app running
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true