-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes gh-14
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
HELP.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Getting Started | ||
|
||
### Reference Documentation | ||
|
||
For further reference, please consider the following sections: | ||
|
||
* [Official Gradle documentation](https://docs.gradle.org) | ||
* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/3.3/gradle-plugin/index.html) | ||
* [Spring Web](https://docs.spring.io/spring-boot/3.3/reference/web/index.html) | ||
* [Groovy Documentation](https://groovy-lang.org/documentation.html) | ||
* [Spock Reference Documentation](https://spockframework.org/spock/docs/2.3/index.html) | ||
* [The Book Of Geb](https://gebish.org/manual/current/) | ||
|
||
### Guides | ||
|
||
[Grace Guides](https://github.com/grace-guides) repository contains several guides and examples that show how to use Grace. | ||
|
||
* [Spring Boot Application with Plugins](https://github.com/grace-guides/gs-spring-boot) | ||
* [Spring Boot Application with GSP](https://github.com/grace-guides/gs-spring-boot-gsp) | ||
* [Spring Boot Application with GORM](https://github.com/grace-guides/gs-spring-boot-gorm) | ||
* [Grace app and Spring Boot Test](https://github.com/grace-guides/gs-spring-boot-test) | ||
* [Build Admin Console with Grace Admin Plugin](https://github.com/grace-guides/gs-admin-console) | ||
* [Build TodoMVC with Htmx](https://github.com/grace-guides/gs-htmx-todomvc) | ||
|
||
### Plugins | ||
|
||
[Grace Plugins](https://github.com/grace-plugins/) repository contains several plugins to develop applications more easier and productive. | ||
|
||
* [Grace Asset Pipeline Plugin](https://github.com/grace-plugins/grace-asset-pipeline) is a plugin used for managing and processing static assets in Grace applications. | ||
* [Grace Cache](https://github.com/graceframework/grace-cache) provides powerful and easy to use caching functionality to Grace applications and plugins. | ||
* [Grace Database Migration](https://github.com/graceframework/grace-database-migration) helps you manage database changes uses the Liquibase library. | ||
* [Grace Scaffolding](https://github.com/graceframework/grace-scaffolding) is a plugin to generate scaffolded controllers and views for your Grace application. | ||
* [Grace Fields](https://github.com/graceframework/grace-fields) is a plugin allows you to customize the rendering of input fields for properties of domain objects, command beans and POGOs based on their type, name, etc. | ||
* [Grace Geb](https://github.com/graceframework/grace-geb) provides the Geb dependencies and a `create-functional-test` command for generating Geb tests. | ||
* [Grace Htmx](https://github.com/grace-plugins/grace-htmx) provides helpers to easy use [HTMX](https://htmx.org). | ||
* [Grace Views](https://github.com/graceframework/grace-views) provides implementation includes JSON views powered by Groovy's JsonBuilder, and other view types. |