Skip to content

adminfaces/admin-starter-springboot

Repository files navigation

AdminFaces Starter SpringBoot project

A simple project to get you started with AdminFaces.

Login page

starter1

Car list

starter2

Car form

starter3

Car form responsive

starter4

Running

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

Maven archetype

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

Demo

A live demo is available on Openshift here