美文网首页应用程序源码(android,iOS,WindowsPhone)
SpringBoot项目如何通过Jrebel进行热部署

SpringBoot项目如何通过Jrebel进行热部署

作者: e5497a4bf107 | 来源:发表于2018-05-15 10:31 被阅读306次

    1. 勾选 Build project automatically

    Spring Boot项目首先自动编译,才能够实现热部署。那如何实现自动编译,见下图: 

    2. 按组合键 Shift+Ctrl+Alt+/,选择Registry

    3. 勾选上compiler.automake.allow.when.app.running

    4. 使用jrebel debug模式重新运行你的项目

    5. 启动成功的标志

    6. 运行结果

    相关文章

      网友评论

        本文标题:SpringBoot项目如何通过Jrebel进行热部署

        本文链接:https://www.haomeiwen.com/subject/cmredftx.html