diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/specification/pages/configuration-metadata/format.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/specification/pages/configuration-metadata/format.adoc index 286210abb94..8e9844fd072 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/specification/pages/configuration-metadata/format.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/specification/pages/configuration-metadata/format.adoc @@ -13,10 +13,10 @@ They use a JSON format with items categorized under either "`groups`" or "`prope "sourceType": "org.springframework.boot.web.server.autoconfigure.ServerProperties" }, { - "name": "spring.jpa.hibernate", - "type": "org.springframework.boot.jpa.autoconfigure.JpaProperties$Hibernate", - "sourceType": "org.springframework.boot.jpa.autoconfigure.JpaProperties", - "sourceMethod": "getHibernate()" + "name": "spring.jpa.hibernate.naming", + "type": "org.springframework.boot.hibernate.autoconfigure.HibernateProperties$Naming", + "sourceType": "org.springframework.boot.hibernate.autoconfigure.HibernateProperties", + "sourceMethod": "getNaming()" } ... ],"properties": [ @@ -34,7 +34,7 @@ They use a JSON format with items categorized under either "`groups`" or "`prope "name": "spring.jpa.hibernate.ddl-auto", "type": "java.lang.String", "description": "DDL mode. This is actually a shortcut for the \"hibernate.hbm2ddl.auto\" property.", - "sourceType": "org.springframework.boot.jpa.autoconfigure.JpaProperties$Hibernate" + "sourceType": "org.springframework.boot.hibernate.autoconfigure.HibernateProperties" } ... ],"hints": [