This project also contains a working example application which is meant to showcase the plugin.
All commands below should be run from the project root directory.
- Java 21
- Docker (Desktop)
Make sure docker is running.
Start with gradle script:
./gradlew :backend:app:composeUpBy gradle script:
./gradlew :backend:app:bootRunnvm use 20
npm run clean
npm install
npm run build
npm startThe example application has a few test users that are preconfigured.
| Name | Role | Username | Password |
|---|---|---|---|
| James Vance | ROLE_USER | user | user |
| Asha Miller | ROLE_ADMIN | admin | admin |
| Morgan Finch | ROLE_DEVELOPER | developer | developer |
The source code is split up into two modules: