Skip to content

rainboyan/GoBoots

This branch is 1 commit ahead of grails/grails-core:5.1.x.

Folders and files

NameName
Last commit message
Last commit date
Jul 18, 2022
Sep 23, 2020
Dec 21, 2021
Jul 18, 2022
Mar 10, 2022
Mar 17, 2021
Mar 29, 2022
Feb 27, 2023
Oct 13, 2022
Mar 17, 2021
Apr 29, 2022
Jun 17, 2020
Jun 19, 2020
Jun 17, 2020
Dec 4, 2020
Mar 29, 2022
Aug 11, 2021
Dec 9, 2020
Mar 17, 2021
Mar 29, 2022
Mar 29, 2022
Mar 29, 2022
Mar 17, 2021
Jun 17, 2020
Mar 29, 2022
Mar 17, 2021
Jan 7, 2022
Jun 17, 2020
Dec 16, 2021
Mar 10, 2022
Feb 27, 2023
Mar 10, 2022
Mar 29, 2022
Jan 4, 2022
Mar 29, 2022
Mar 17, 2021
Mar 17, 2021
Jun 17, 2020
Nov 24, 2021
Mar 29, 2022
May 6, 2021
Nov 21, 2017
Jun 20, 2011
Apr 26, 2016
Apr 27, 2017
Mar 9, 2022
Oct 14, 2019
Mar 29, 2022
Oct 13, 2022
Dec 21, 2021
Jul 28, 2021
Feb 23, 2022

Repository files navigation

Revved up by Gradle Enterprise

Build Status

  • Java CI
  • Grails Joint Validation Build

Slack Signup

Grails

Grails is a framework used to build web applications with the Groovy programming language. The core framework is very extensible and there are numerous plugins available that provide easy integration of add-on features.

Grails development is lead by the Grails Foundation and is sponsored by Object Computing Inc. in St. Louis Missouri. Please contact 2gm@objectcomputing.com for support inquiries.

Getting Started

You need a Java Development Kit (JDK) installed, but it is not necessary to install Groovy because it's bundled with the Grails distribution.

To install Grails, visit https://grails.org/download.html and download the version you would like to use. Set a GRAILS_HOME environment variable to point to the root of the extracted download and add GRAILS_HOME/bin to your executable PATH. Then in a shell, type the following:

grails create-app sampleapp
cd sampleapp
grails run-app

To build Grails, clone this GitHub repository and execute the install Gradle target:

git clone https://github.com/grails/grails-core.git
cd grails-core
./gradlew install

If you encounter out of memory errors when trying to run the install target, try adjusting Gradle build settings. For example:

export GRADLE_OPTS="-Xmx2G -Xms2G -XX:NewSize=512m -XX:MaxNewSize=512m"

Performing a Release

See RELEASE.md.

License

Grails and Groovy are licensed under the terms of the Apache License, Version 2.0.


YourKit is kindly supporting Grails open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.

Dependencies

Gradle Plugins

  • SDKMAN! Vendor Plugin Github.
  • Gradle Nexus Staging Plugin Github

Packages

No packages published

Languages

  • Groovy 50.5%
  • Java 48.2%
  • Other 1.3%