fred4jupiter / spring-boot-jsf

Spring Boot sample application configurated with JSF 2.2 and PrimeFaces 5.2
16 stars 7 forks source link

mvn spring-boot:run not working from Netbeans #1

Closed mtbadi39 closed 7 years ago

mtbadi39 commented 8 years ago

Hi; thanks for this example ... it's greate ! just one issue : when build and run with java -jar its working fine but when run using mvn spring-boot:run from Netbeans it's not working : 404 : /index.xhtml Not Found in ExternalContext as a Resource any explanation ?

fred4jupiter commented 7 years ago

Hi, I´ve updated the example to the current spring boot version 1.4.2.RELEASE. Did you solve your problem? Can you try to run the app on the command line with mvn clean install spring-boot:run? It works for me ;-)