相关文章推荐
  • Select a profile and set of features tailored to your needs with our application initializer, Grails Application Forge
  • Grails Application Forge Release Notes Binary Documentation

    For historical release notes, refer to Github

    Older Versions

    You can download previous versions as far back as Grails 1.2.0.

    Installing with SDKMAN!

    This tool makes installing the Grails framework on any Unix based platform (Mac OSX, Linux, Cygwin, Solaris, or FreeBSD) easy.

    Simply open a new terminal and enter:

    $ curl -s https://get.sdkman.io | bash

    Follow the on-screen instructions to complete installation.

    Open a new terminal or type the command:

    $ source "$HOME/.sdkman/bin/sdkman-init.sh"

    Then install the latest stable Grails version:

    $ sdk install grails

    If prompted, make this your default version. After installation is complete it can be tested with:

    $ grails -version

    That's all there is to it!

     
    推荐文章