3

I created a spring boot application using spring initializer. It was working okay and configured my intellij IDE to auto reload using devtools dependency.

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

It was working fine. Then I configured my application for jsf support. After this auto reload is not working any more. For every single changes in xhtml pages and classes I have to rerun everything.

I tried several solutions but nothing working so far. I have the code here https://github.com/shiblybcc/springjsp

Is there any way to auto reload every changes I make to my application without manually doing rerun?

I am on linux, using intellij IDE, spring boot and jsf, maven.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
asdlfkjlkj
  • 2,258
  • 6
  • 20
  • 28
  • I already have that configuration in my web.xml – asdlfkjlkj Jun 30 '16 at 10:11
  • `I configured my application for JSF support`. What changes have you made? – Aritz Jun 30 '16 at 10:32
  • Check the 3 java files here, https://github.com/shiblybcc/springjsp/tree/master/src/main/java/com/example Also added some dependency and this line in pom.xml 'src/main/webapp/WEB-INF/classes'] – asdlfkjlkj Jun 30 '16 at 11:01

0 Answers0