Commit e5b6d7c7 authored by Christian Dupuis's avatar Christian Dupuis

EmbeddedDatabaseConfiguration -> EmbeddedDataSourceConfiguration in docs

fixes #791
parent 941c5560
...@@ -453,7 +453,7 @@ you can use the exclude attribute of `@EnableAutoConfiguration` to disable them. ...@@ -453,7 +453,7 @@ you can use the exclude attribute of `@EnableAutoConfiguration` to disable them.
import org.springframework.context.annotation.*; import org.springframework.context.annotation.*;
@Configuration @Configuration
@EnableAutoConfiguration(exclude={EmbeddedDatabaseConfiguration.class}) @EnableAutoConfiguration(exclude={EmbeddedDataSourceConfiguration.class})
public class MyConfiguration { public class MyConfiguration {
} }
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment