Skip to content

Commit bfce39a

Browse files
committed
Merge pull request #51097 from scordio
Closes gh-51097 * fix-metadata-example: Adapt examples in the metadata section to new package structure
2 parents 5b9cc3a + 834f7e7 commit bfce39a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • documentation/spring-boot-docs/src/docs/antora/modules/specification/pages/configuration-metadata

documentation/spring-boot-docs/src/docs/antora/modules/specification/pages/configuration-metadata/format.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ They use a JSON format with items categorized under either "`groups`" or "`prope
1313
"sourceType": "org.springframework.boot.web.server.autoconfigure.ServerProperties"
1414
},
1515
{
16-
"name": "spring.jpa.hibernate",
17-
"type": "org.springframework.boot.jpa.autoconfigure.JpaProperties$Hibernate",
18-
"sourceType": "org.springframework.boot.jpa.autoconfigure.JpaProperties",
19-
"sourceMethod": "getHibernate()"
16+
"name": "spring.jpa.hibernate.naming",
17+
"type": "org.springframework.boot.hibernate.autoconfigure.HibernateProperties$Naming",
18+
"sourceType": "org.springframework.boot.hibernate.autoconfigure.HibernateProperties",
19+
"sourceMethod": "getNaming()"
2020
}
2121
...
2222
],"properties": [
@@ -34,7 +34,7 @@ They use a JSON format with items categorized under either "`groups`" or "`prope
3434
"name": "spring.jpa.hibernate.ddl-auto",
3535
"type": "java.lang.String",
3636
"description": "DDL mode. This is actually a shortcut for the \"hibernate.hbm2ddl.auto\" property.",
37-
"sourceType": "org.springframework.boot.jpa.autoconfigure.JpaProperties$Hibernate"
37+
"sourceType": "org.springframework.boot.hibernate.autoconfigure.HibernateProperties"
3838
}
3939
...
4040
],"hints": [

0 commit comments

Comments
 (0)