joinfaces / joinfaces-maven-jar-example

JoinFaces Maven Jar Example
83 stars 77 forks source link

JSF files location #90

Open sergey-morenets opened 7 years ago

sergey-morenets commented 7 years ago

Hi guys

Thank you for good work. The only question with this example is location of JSF files(for example, index.jsf or index.xhtml). I don't see any of them in the project folders or generated JAR file. Can you please advise?

Thanks, Sergey

persapiens commented 7 years ago

@sergey-morenets , JSF files are located at src/main/resources/META-INF/resources folder.

You are welcome.

Mohammad-Abouhlal commented 2 months ago

Hello @persapiens, can we configure the location folder in configuration for example folder for admin and folder for user portal in spring boot?