Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adminfaces/generated-scaffold-app
Application generated with AdminFaces Scaffold
https://github.com/adminfaces/generated-scaffold-app
Last synced: 6 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T06:26:13.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T07:31:58.019Z (over 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`