Fix broken link

Closes gh-11244
This commit is contained in:
Stephane Nicoll 2017-12-02 08:57:28 +01:00
parent 7b8adfab41
commit b7baf6d381

View File

@ -2030,7 +2030,7 @@ then you need to define your own `@Bean` of type `LocalEntityManagerFactoryBean`
id '`entityManagerFactory`', and set the persistence unit name there.
See
https://github.com/spring-projects/spring-boot/blob/master/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/orm/jpa/JpaBaseConfiguration.java[`JpaBaseConfiguration`]
{sc-spring-boot-autoconfigure}/orm/jpa/JpaBaseConfiguration.{sc-ext}[`JpaBaseConfiguration`]
for the default settings.