{"id":24614623,"url":"https://github.com/arjangch/grails-project-helper","last_synced_at":"2026-05-14T13:32:01.238Z","repository":{"id":273241039,"uuid":"919041845","full_name":"arjangch/grails-project-helper","owner":"arjangch","description":"Grails 7 helper project","archived":false,"fork":false,"pushed_at":"2026-02-07T23:40:59.000Z","size":1277,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-08T05:56:55.458Z","etag":null,"topics":["grails","grails7","groovy"],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arjangch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-19T15:06:30.000Z","updated_at":"2026-02-07T23:41:02.000Z","dependencies_parsed_at":"2025-03-18T17:47:49.996Z","dependency_job_id":"0d831731-1a6a-4b4c-8580-3d69b6fe7dd7","html_url":"https://github.com/arjangch/grails-project-helper","commit_stats":null,"previous_names":["arjangch/grails-project-helper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arjangch/grails-project-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjangch%2Fgrails-project-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjangch%2Fgrails-project-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjangch%2Fgrails-project-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjangch%2Fgrails-project-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arjangch","download_url":"https://codeload.github.com/arjangch/grails-project-helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjangch%2Fgrails-project-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33026810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grails","grails7","groovy"],"created_at":"2025-01-24T21:17:37.911Z","updated_at":"2026-05-14T13:32:01.209Z","avatar_url":"https://github.com/arjangch.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grails-project-helper\n\nPurpose of this project is to help Grails bigginer. To show developer tips and tricks, plugin implementation,\ninternal commands, config files, etc.\n\n## Grails 7.0.7 Documentation\n\n- [User Guide](https://docs.grails.org/7.0.0-M1/guide/index.html)\n- [API Reference](https://docs.grails.org/7.0.0-M1/api/index.html)\n- [Grails Guides](https://guides.grails.org/index.html)\n---\n\n## Feature asset-pipeline-grails documentation\n\n- [Grails Asset Pipeline Core documentation](https://github.com/bertramdev/asset-pipeline#readme)\n\n## Feature geb-with-testcontainers documentation\n\n- [Grails Geb Functional Testing for Grails with Testcontainers documentation](https://github.com/grails/geb#readme)\n\n- [https://www.gebish.org/manual/current/](https://www.gebish.org/manual/current/)\n\n## Feature scaffolding documentation\n\n- [Grails Scaffolding Plugin documentation](https://docs.grails.org/7.0.0-M1/guide/scaffolding.html)\n\n- [https://github.com/gpc/fields#readme](https://github.com/gpc/fields#readme)\n\n\n## Minimum System Requirements\n\n| Tech   | Version |\n|--------|-------|\n| Java   | 21.0.10-zulu |\n| gradle | 8     |\n| groovy | 4     |\n| Grails | 7     |\n\n#### java 24 Warning\nYou can enable and disable warning using --enable-native-access and --illegal-native-access.\nSee more information  [here](https://inside.java/2024/12/09/quality-heads-up/) \nalso read this Grails issue [ticket](https://github.com/apache/grails-core/issues/13752)\n\n\n```angular2html\nWARNING: A restricted method in java.lang.System has been called\nWARNING: java.lang.System::loadLibrary has been called by org.fusesource.hawtjni.runtime.Library in an unnamed module (file:/Users/china/.sdkman/candidates/grails/7.0.0-RC1/lib/grails-cli-7.0.0-RC1-all.jar)\nWARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module\nWARNING: Restricted methods will be blocked in a future release unless native access is enabled\n| Running application...\nWARNING: A terminally deprecated method in sun.misc.Unsafe has been called\nWARNING: sun.misc.Unsafe::objectFieldOffset has been called by org.gradle.internal.impldep.com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper (file:/Users/china/.sdkman/candidates/grails/7.0.0-RC1/lib/grails-cli-7.0.0-RC1-all.jar)\nWARNING: Please consider reporting this to the maintainers of class org.gradle.internal.impldep.com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper\nWARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release\nGrails application running at http://localhost:8083/example3 in environment: development\n```\n\n## Install Grails\nThe easiest way to setup Grails in your local environment is by using [sdkamn](https://sdkman.io/).\nThen add the file \".sdkmanrc\" in every root directory of a project.\nEvery time entering the directory it will load tech stack listed in .sdkman.\nEssentially you can run multiple different versions in the same local environment. For example this .sdkmanrc\n\n```groovy\n# Enable auto-env through the sdkman_auto_env config\n# Add key=value pairs of SDKs to use below\njava=21.0.10-zulu\ngradle=8.14.4\ngroovy=4.0.30\ngrails=7.0.7\n```\n\n## Examples\nExamples are divided into different grails projects.\nDevelopers intention should be to learn from examples. Study the code and copy them to their own project.\nExamples may not be runnable.\n\n- [Example1](example1/README.md): Basic Grails tips and tricks.\n- [Example2](example2/README.md): Multiple DataSources\n- [Example3](example3/README.md): Spring Seruciry Core and REST API.\n- [Example4](example4/README.md): Quartz Scheduler.\n- [Example5](example5/README.md): Consume REST API. Example include connecting to Netsuite, Salesforce, JIRA.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjangch%2Fgrails-project-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farjangch%2Fgrails-project-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjangch%2Fgrails-project-helper/lists"}