A simple project to get you started with AdminFaces.
This starter runs via SpringBoot using the maven
command:
mvn spring-boot:run
or
mvn clean package && java -jar target/admin-starter.war
or
./run.sh/run.cmd
The application will be available at http://localhost:8080/admin-starter
We have a maven arcuetype for this project and it is available on the maven central, you can generate the project with:
mvn archetype:generate -Dfilter=com.github.adminfaces:admin-starter-springboot-archetype
A live demo is available on Openshift here or in Jelastic here