https://github.com/grace-plugins/grace-admin
Grace Admin Plugin - A powerful and flexible, extensible administration framework and management console for Grace.
https://github.com/grace-plugins/grace-admin
admin-console admin-dashboard administration grace-plugin graceframework
Last synced: about 1 month ago
JSON representation
Grace Admin Plugin - A powerful and flexible, extensible administration framework and management console for Grace.
- Host: GitHub
- URL: https://github.com/grace-plugins/grace-admin
- Owner: grace-plugins
- License: apache-2.0
- Created: 2024-02-02T05:05:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-01T15:16:50.000Z (8 months ago)
- Last Synced: 2025-07-01T16:33:15.277Z (8 months ago)
- Topics: admin-console, admin-dashboard, administration, grace-plugin, graceframework
- Language: Groovy
- Homepage: https://plugins.graceframework.org/grace-admin/latest/
- Size: 1.52 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/grace-plugins/grace-admin/actions?query=workflow%3A%Grace+CI%22)
[](https://opensource.org/licenses/Apache-2.0)
[](https://search.maven.org/search?q=g:org.graceframework.plugins)
[](https://plugins.graceframework.org/grace-admin/latest/)
[](https://x.com/graceframework)
[](https://groovy-lang.org/releasenotes/groovy-4.0.html)
[](https://github.com/graceframework/grace-framework/releases/tag/v2023.0.0)
[](https://github.com/spring-projects/spring-boot/releases)
# Grace Admin Plugin
A powerful and flexible, extensible administration framework and management console for Grace.
## Grace Version
- Grace **2023.0.0**
## Usage
### Add `admin` plugin
Add `admin` plugin to your `build.gradle`,
```gradle
apply plugin: "org.graceframework.grace-gsp"
repositories {
mavenCentral()
maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
mavenContent {
snapshotsOnly()
}
}
}
dependencies {
implementation "org.graceframework.plugins:dynamic-modules:1.0.0-SNAPSHOT"
implementation "org.graceframework.plugins:admin:$adminVersion"
}
```
## Development
### Build from source
```
git clone https://github.com/grace-plugins/grace-admin.git
cd grace-admin
./gradlew publishToMavenLocal
```
## Ducumentation
* [1.0.x](https://plugins.graceframework.org/grace-admin/1.0.x/)
## Links
- [Grace Framework](https://github.com/graceframework/grace-framework)
- [Grace Plugins](https://github.com/grace-plugins)
- [Grace Dynamic Modules Plugin](https://github.com/grace-plugins/grace-dynamic-modules)
- [Grace Admin Console Guide](https://github.com/grace-guides/gs-admin-console)