Browse Source

Fix typo

pull/459/head
Andy Piper 12 years ago
parent
commit
7b4fa22b40
  1. 2
      spring-boot-autoconfigure/README.md

2
spring-boot-autoconfigure/README.md

@ -5,7 +5,7 @@ classpath, and you have not manually configured any database connection beans, t @@ -5,7 +5,7 @@ classpath, and you have not manually configured any database connection beans, t
will auto-configure an in-memory database.
##Enabling auto-configuration
Add an `@EnableAutoConfiguration` annotation to your primary `@Configration` class to
Add an `@EnableAutoConfiguration` annotation to your primary `@Configuration` class to
enable auto-configuration:
```java

Loading…
Cancel
Save