Skip to content

Commit 3158747

Browse files
committed
Update README
1 parent 938529b commit 3158747

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://twitter.com/graceframework)
44

55
[![Groovy Version](https://img.shields.io/badge/Groovy-4.0.26-blue?style=flat&color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html)
6-
[![Grace Version](https://img.shields.io/badge/Grace-2023.3.0-blue?style=flat&color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0-RC1)
6+
[![Grace Version](https://img.shields.io/badge/Grace-2023.3.0-blue?style=flat&color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0-RC2)
77
[![Spring Boot Version](https://img.shields.io/badge/Spring_Boot-3.3.11-blue?style=flat&color=6db33f)](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.11)
88

99

@@ -14,7 +14,7 @@ Learn how to build a Spring Boot application using GORM.
1414
### Versions
1515

1616
* Spring Boot 3.3.11
17-
* Grace Framework 2023.3.0-RC1
17+
* Grace Framework 2023.3.0-RC2
1818
* Groovy 4.0.26
1919

2020
### Adding Grace Dependencies
@@ -155,36 +155,36 @@ Staring the App by execute the following Gradle task,
155155
156156
:: Spring Boot :: (v3.3.11)
157157
158-
2025-05-05T22:07:36.520+08:00 INFO 21532 --- [ restartedMain] grace.guides.GraceApplication : Starting GraceApplication using Java 17.0.15 with PID 21532 (/Users/rain/Development/github/grace/grace-guides/gs-spring-boot-gorm/build/classes/groovy/main started by rain in /Users/rain/Development/github/grace/grace-guides/gs-spring-boot-gorm)
159-
2025-05-05T22:07:36.521+08:00 INFO 21532 --- [ restartedMain] grace.guides.GraceApplication : No active profile set, falling back to 1 default profile: "default"
160-
2025-05-05T22:07:36.538+08:00 INFO 21532 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
161-
2025-05-05T22:07:36.538+08:00 INFO 21532 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
162-
2025-05-05T22:07:37.081+08:00 INFO 21532 --- [ restartedMain] g.plugins.DefaultGrailsPluginManager : Total 3 plugins loaded successfully, take in 32 ms
163-
2025-05-05T22:07:37.273+08:00 INFO 21532 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
164-
2025-05-05T22:07:37.279+08:00 INFO 21532 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
165-
2025-05-05T22:07:37.279+08:00 INFO 21532 --- [ restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.40]
166-
2025-05-05T22:07:37.308+08:00 INFO 21532 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
167-
2025-05-05T22:07:37.308+08:00 INFO 21532 --- [ restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 770 ms
168-
2025-05-05T22:07:37.486+08:00 INFO 21532 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
169-
2025-05-05T22:07:37.590+08:00 INFO 21532 --- [ restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
170-
2025-05-05T22:07:37.726+08:00 INFO 21532 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
158+
2025-05-13T23:46:36.291+08:00 INFO 29854 --- [ restartedMain] grace.guides.GraceApplication : Starting GraceApplication using Java 17.0.15 with PID 29854 (/Users/rain/Development/github/grace/grace-guides/gs-spring-boot-gorm/build/classes/groovy/main started by rain in /Users/rain/Development/github/grace/grace-guides/gs-spring-boot-gorm)
159+
2025-05-13T23:46:36.292+08:00 INFO 29854 --- [ restartedMain] grace.guides.GraceApplication : No active profile set, falling back to 1 default profile: "default"
160+
2025-05-13T23:46:36.310+08:00 INFO 29854 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
161+
2025-05-13T23:46:36.311+08:00 INFO 29854 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
162+
2025-05-13T23:46:36.815+08:00 INFO 29854 --- [ restartedMain] g.plugins.DefaultGrailsPluginManager : Total 3 plugins loaded successfully, take in 33 ms
163+
2025-05-13T23:46:37.004+08:00 INFO 29854 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
164+
2025-05-13T23:46:37.011+08:00 INFO 29854 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
165+
2025-05-13T23:46:37.011+08:00 INFO 29854 --- [ restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.40]
166+
2025-05-13T23:46:37.029+08:00 INFO 29854 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
167+
2025-05-13T23:46:37.030+08:00 INFO 29854 --- [ restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 718 ms
168+
2025-05-13T23:46:37.227+08:00 INFO 29854 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
169+
2025-05-13T23:46:37.317+08:00 INFO 29854 --- [ restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
170+
2025-05-13T23:46:37.444+08:00 INFO 29854 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
171171
Hibernate: drop table if exists comment CASCADE
172172
Hibernate: drop table if exists post CASCADE
173173
Hibernate: create table comment (id bigint generated by default as identity, version bigint not null, text varchar(255) not null, primary key (id))
174174
Hibernate: create table post (id bigint generated by default as identity, version bigint not null, title varchar(255) not null, primary key (id))
175-
2025-05-05T22:07:38.132+08:00 WARN 21532 --- [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
176-
2025-05-05T22:07:38.329+08:00 WARN 21532 --- [ restartedMain] .b.a.g.t.GroovyTemplateAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false)
177-
2025-05-05T22:07:38.370+08:00 INFO 21532 --- [ restartedMain] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:./build/boot_dev'
178-
2025-05-05T22:07:38.389+08:00 INFO 21532 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
179-
2025-05-05T22:07:38.396+08:00 INFO 21532 --- [ restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 15 endpoints beneath base path '/actuator'
180-
2025-05-05T22:07:38.437+08:00 INFO 21532 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/'
181-
2025-05-05T22:07:38.448+08:00 INFO 21532 --- [ restartedMain] grace.guides.GraceApplication : Started GraceApplication in 2.104 seconds (process running for 2.438)
182-
2025-05-05T22:07:38.457+08:00 DEBUG 21532 --- [ restartedMain] PluginsInfoApplicationContextInitializer :
175+
2025-05-13T23:46:37.824+08:00 WARN 29854 --- [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
176+
2025-05-13T23:46:38.034+08:00 WARN 29854 --- [ restartedMain] .b.a.g.t.GroovyTemplateAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false)
177+
2025-05-13T23:46:38.075+08:00 INFO 29854 --- [ restartedMain] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:./build/boot_dev'
178+
2025-05-13T23:46:38.103+08:00 INFO 29854 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
179+
2025-05-13T23:46:38.112+08:00 INFO 29854 --- [ restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 15 endpoints beneath base path '/actuator'
180+
2025-05-13T23:46:38.150+08:00 INFO 29854 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/'
181+
2025-05-13T23:46:38.161+08:00 INFO 29854 --- [ restartedMain] grace.guides.GraceApplication : Started GraceApplication in 2.045 seconds (process running for 2.383)
182+
2025-05-13T23:46:38.169+08:00 DEBUG 29854 --- [ restartedMain] PluginsInfoApplicationContextInitializer :
183183
----------------------------------------------------------------------------------------------------------
184184
Order Plugin Name Plugin Version Enabled
185185
----------------------------------------------------------------------------------------------------------
186-
1 Core 2023.3.0-RC1 Y
187-
2 DataSource 2023.3.0-RC1 Y
186+
1 Core 2023.3.0-RC2 Y
187+
2 DataSource 2023.3.0-RC2 Y
188188
3 Hibernate 2023.3.0-RC1 Y
189189
----------------------------------------------------------------------------------------------------------
190190

0 commit comments

Comments
 (0)