https://github.com/adminfaces/generated-scaffold-app
Application generated with AdminFaces Scaffold
https://github.com/adminfaces/generated-scaffold-app
Last synced: about 1 year ago
JSON representation
Application generated with AdminFaces Scaffold
- Host: GitHub
- URL: https://github.com/adminfaces/generated-scaffold-app
- Owner: adminfaces
- Created: 2019-03-27T17:27:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T06:26:13.000Z (over 3 years ago)
- Last Synced: 2025-01-03T04:31:25.380Z (about 1 year ago)
- Language: HTML
- Size: 1.69 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
= AdminFaces Scaffolded application
image:https://travis-ci.org/adminfaces/generated-scaffold-app.svg[Build Status (Travis CI), link=https://travis-ci.org/adminfaces/generated-scaffold-app]
This application was generated with AdminFaces scaffold. The forge commands executed to generate the application can be found https://github.com/adminfaces/admin-addon#generated-application[found here^].
== Running
=== Via Docker
Just execute `bash build-and-run.sh` on the root of the project
=== Via Maven
`mvn clean package` and then deploy generated war to `Wildfly 15` or newer.
== Tests
run `mvn test -Pit-tests`