QuanticX / joinfaces-resume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JoinFaces Resume Example

License

This SAP (Single Page Application) illustrates JSF usage inside JAR packaged Spring Boot Application.

JoinFaces autoconfigures PrimeFaces, BootsFaces, ButterFaces, OmniFaces, AngularFaces, Mojarra and MyFaces libraries to run at embedded Tomcat, Jetty or Undertow. It autoconfigures Weld and Rewrite too.

Run Example Application locally with maven and jdk 17

1- Clone this project

git clone https://github.com/QuanticX/joinfaces-resume.git

2- Build

mvn clean install

3- Run

java -jar target/joinfaces-resume-5.0.x.jar

4- Access starter page at http://localhost:8080/ This page can help you to choose the JoinFaces Starter that fits your needs. You may log in with credentials

User Password Roles
persapiens 123 ROLE_ADMIN
nyilmaz qwe ROLE_USER

Optional: If your IDE is showing build errors install Lombok

Running in Docker environment

1- Clone this project

git clone https://github.com/QuanticX/joinfaces-resume.git

2- Build and run

docker-compose up

About


Languages

Language:Java 65.0%Language:HTML 34.5%Language:CSS 0.2%Language:JavaScript 0.1%Language:Procfile 0.1%Language:Dockerfile 0.0%