Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vue.js/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何通过Intellij将Jrebel 6.4.6与maven项目一起使用?_Maven_Intellij Idea - Fatal编程技术网

如何通过Intellij将Jrebel 6.4.6与maven项目一起使用?

如何通过Intellij将Jrebel 6.4.6与maven项目一起使用?,maven,intellij-idea,Maven,Intellij Idea,我正在使用Jrebel 6.4.6。我有一个maven web项目。 如何在Intellij中为项目使用jrebel? ps:我看不到该项目的任何Jrebel选项如果尚未安装IntelliJ的Jrebel插件,则需要安装 请参阅了解如何开始使用该插件。您使用社区版还是IntelliJ的终极版?@I使用终极版我已经安装了JRebel插件。它不适用于Maven build。我的意思是Jrebel只适用于Idea构建过程。@Peter Jrebel不需要使用Maven构建过程。唯一的问题是,在构建过程

我正在使用Jrebel 6.4.6。我有一个maven web项目。 如何在Intellij中为项目使用jrebel?

ps:我看不到该项目的任何Jrebel选项

如果尚未安装IntelliJ的Jrebel插件,则需要安装


请参阅了解如何开始使用该插件。

您使用社区版还是IntelliJ的终极版?@I使用终极版我已经安装了JRebel插件。它不适用于Maven build。我的意思是Jrebel只适用于Idea构建过程。@Peter Jrebel不需要使用Maven构建过程。唯一的问题是,在构建过程中,您可能希望为Maven项目的每个模块生成rebel.xml,然后您可以配置JRebel Maven插件来实现自动化。不过,JRebel本身是一个连接到JVM进程的代理,您可以从IDE或命令行开始配置它。如果您使用mvn命令启动流程,那么可以将-javaagent参数添加到MAVEN_OPTS中,这应该可以正常工作。