Skip to content

Grace vs Grails

Michael Yan edited this page May 12, 2025 · 2 revisions

Grace is a fork of Grails 5.1.x that started development in early 2022, it's a powerful and open-source One-Person web framework used to build enterprise-grade Spring Boot applications with the powerful Groovy programming language.

The core framework is very extensible and there are numerous Plugins available that provide easy integration of add-on features.

Grace inherits the excellent concepts and designs of Grails, and based on this, has undergone significant restructuring to ensure that each module is independent and decoupled, such as Grace API, Grace Boot, Grace CLI, Grace Plugin API, Grace Spring Boot, while also addressing a large number of long-standing bugs.

Grace provides its' own Spring Boot Starters - Grace Boot, as an AutoConfiguration, it will load all other modules and plugins. Grace follows good modular design, and these modules can be used independently in Spring Boot applications.

Pages

Release Notes

v2023.1(preview)

v2023.0

v2022.2

v2022.1

v2022.0

Migration Guides

v2022.2 → v2023.0

Help

Clone this wiki locally