See gh-13243
This commit is contained in:
Johnny Lim
2018-05-24 00:01:19 +09:00
committed by Stephane Nicoll
parent f91b53747a
commit de01e7aad4
6 changed files with 9 additions and 10 deletions

View File

@@ -1809,7 +1809,7 @@ Auto-configuration enables the instrumentation of all available Hibernate
Metrics are also tagged by the name of the `EntityManagerFactory` that is derived from
the bean name.
To enable statistics, the standardJPA property `hibernate.generate_statistics` must be
To enable statistics, the standard JPA property `hibernate.generate_statistics` must be
set to `true`. You can enable that on the auto-configured `EntityManagerFactory` as shown
in the following example: