Grace vs Grails - graceframework/grace-framework GitHub Wiki

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.