Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 910 Bytes

readme.md

File metadata and controls

35 lines (23 loc) · 910 Bytes

ButterFaces on Spring Boot using JoinFaces Build Status

What is ButterFaces?

You want to no more about ButterFaces? Look right here!

What is this demo about?

This demo shows you to use ButterFaces in a Spring Boot application using JoinFaces

How to use?

Requirements

  • Maven >= 3.2.1
  • Java >= 8

Run Example Application locally

1- Clone this project

git clone https://github.com/ButterFaces/spring-boot-joinfaces.git

2- Build

mvn clean install

3- Run

java -jar target/joinfaces-0.0.1-SNAPSHOT.jar

and open http://localhost:8080/login.jsf in your browser.