自动重新加载应用程序不适用于XHTML文件中的更改

时间:2016-06-30 09:51:20

标签: jsf intellij-idea spring-boot facelets hotdeploy

我使用spring初始化程序创建了一个spring boot应用程序。它运行正常并将我的intellij IDE配置为使用devtools依赖项自动重新加载。

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-devtools</artifactId>
</dependency>

工作正常。然后我为jsf支持配置了我的应用程序。此自动重新加载后不再工作。对于xhtml页面和类中的每一个更改,我都必须重新运行所有内容。

我尝试了几种解决方案但到目前为止没有任何工作。我这里有代码 https://github.com/shiblybcc/springjsp

有没有办法自动重新加载我对我的应用程序所做的每一项更改,而无需手动重新运行?

我在linux上,使用intellij IDE,spring boot和jsf,maven。

0 个答案:

没有答案