https://github.com/adminfaces/admin-starter-springboot
https://adminfaces.github.io/admin-starter
https://github.com/adminfaces/admin-starter-springboot
adminlte bootstrap jsf primefaces springboot
Last synced: 5 months ago
JSON representation
https://adminfaces.github.io/admin-starter
- Host: GitHub
- URL: https://github.com/adminfaces/admin-starter-springboot
- Owner: adminfaces
- Created: 2018-04-17T18:58:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T13:39:24.000Z (over 5 years ago)
- Last Synced: 2025-04-30T21:09:20.900Z (5 months ago)
- Topics: adminlte, bootstrap, jsf, primefaces, springboot
- Language: HTML
- Homepage:
- Size: 2.88 MB
- Stars: 37
- Watchers: 4
- Forks: 34
- Open Issues: 9
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= AdminFaces Starter SpringBoot project
A simple project to get you started with https://github.com/adminfaces[AdminFaces^].
.Login page
image:starter1.png[link="https://github.com/adminfaces/admin-starter/blob/master/starter1.png"].Car list
image:starter2.png[link="https://raw.githubusercontent.com/adminfaces/admin-starter/master/starter2.png"].Car form
image:starter3.png[link="https://raw.githubusercontent.com/adminfaces/admin-starter/master/starter3.png"].Car form responsive
image:starter4.png[link="https://raw.githubusercontent.com/adminfaces/admin-starter/master/starter4.png"]== 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 https://github.com/adminfaces/admin-starter-springboot-archetype[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 https://adminfaces.github.io/admin-showcase/[Openshift here^]