Skip to content

Commit 45747fd

Browse files
committed
Update guides for installation and introduction
1 parent 992b525 commit 45747fd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/src/docs/guide/gettingStarted.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ you will see the new project has been created,
1515
Name: bookstore
1616
Package: com.example
1717
Profile: web
18-
Features: asset-pipeline, async, bootstrap, cache, database-migration, events, fields, geb, gsp, hibernate, jquery, scaffolding
18+
Features: asset-pipeline, async, bootstrap, cache, database-migration, events, fields, gsp, hibernate, jquery, scaffolding
1919
Database: h2
2020
Project root: /Users/grace/bookstore
2121
@@ -27,13 +27,13 @@ you will see the new project has been created,
2727
.
2828
├── app
2929
│ ├── assets
30+
│ ├── boot
3031
│ ├── conf
3132
│ ├── controllers
3233
│ ├── domain
3334
│ ├── i18n
34-
│ ├── init
3535
│ ├── services
36-
│ ├── taglib
36+
│ ├── taglibs
3737
│ └── views
3838
├── buildSrc
3939
│ └── build.gradle

docs/src/docs/guide/installation.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ $ grace -v
2929

3030
If you see the output like below, congratulations, you have installed it successfully.
3131

32-
[source,console]
32+
[source,console,subs="attributes"]
3333
----
3434
------------------------------------------------------------
3535
Grace {version}
3636
------------------------------------------------------------
3737
38-
Build time: 2025-06-22 13:30:19 UTC
39-
Revision: ba9b75634a9c2e79e0612d93df9c9fc81d05dd74
38+
Build time: 2026-04-01 13:30:19 UTC
39+
Revision: b5a5f6d1d0932a269c9fbcbbffa2ead6f6347318
4040
41-
Spring Boot: 3.3.13
42-
Gradle: 8.14.2
43-
Groovy: 4.0.27
41+
Spring Boot: 3.4.13
42+
Gradle: 8.14.4
43+
Groovy: 4.0.30
4444
JVM: 17.0.15 (BellSoft 17.0.15+10-LTS)
4545
OS: Mac OS X 12.7.6 aarch64
4646
----

docs/src/docs/guide/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Grace inherits the excellent concepts and designs of Grails, and based on this,
77

88
Spring is the foundation for Grace, which is built on top of Spring Boot. To better support Spring Boot and integrate with other Spring ecosystems, Grace has rewritten `Plugin.doWithSpring()` using Spring Boot's https://docs.spring.io/spring-boot/3.3/reference/using/auto-configuration.html[Auto-configuration], which also reduces redundant configurations and provides significant performance improvements. Grace has also provided https://docs.spring.io/spring-boot/3.3/specification/configuration-metadata/index.html[Configuration Metadata] files include in Grace plugins' jars, the files are designed to let IDE developers offer contextual help and “code completion” as users are working with application.properties or application.yaml files. So, a Grace plugin is an extended Spring Boot Starter.
99

10-
It is worth mentioning that Grace supports all current versions of Spring Boot, including https://github.com/graceframework/grace-framework/releases/tag/v2022.2.9[2.7], https://github.com/graceframework/grace-framework/releases/tag/v2023.0.3[3.0], https://github.com/graceframework/grace-framework/releases/tag/v2023.1.0[3.1], https://github.com/graceframework/grace-framework/releases/tag/v2023.2.0[3.2], https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0[3.3], https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0[3.4], and https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0[3.5]. This makes the upgrade path easier and more manageable.
10+
It is worth mentioning that Grace supports all current versions of Spring Boot, including https://github.com/graceframework/grace-framework/releases/tag/v2022.2.9[2.7], https://github.com/graceframework/grace-framework/releases/tag/v2023.0.3[3.0], https://github.com/graceframework/grace-framework/releases/tag/v2023.1.0[3.1], https://github.com/graceframework/grace-framework/releases/tag/v2023.2.0[3.2], https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0[3.3], https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0[3.4], and https://github.com/graceframework/grace-framework/releases/tag/v2024.1.0-M2[3.5]. This makes the upgrade path easier and more manageable.
1111

1212
Grace has been actively developing, bringing numerous improvements and new features, including Plugins, GSP, Console, Shell, and https://github.com/grace-profiles[Profiles]. Of course, it has also fixed a large number of legacy defects left in Grails 5, this makes developers happy.
1313

0 commit comments

Comments
 (0)