Commit 19b74461 authored by Andreas Kluth's avatar Andreas Kluth Committed by Dave Syer

Update README.md

- Found typo while reading.
parent bde98def
...@@ -105,7 +105,7 @@ callbacks (such as the `DisposableBean` interface, or the `@PreDestroy` annotati ...@@ -105,7 +105,7 @@ callbacks (such as the `DisposableBean` interface, or the `@PreDestroy` annotati
can be used. can be used.
In addition, beans may implement the `org.springframework.boot.ExitCodeGenerator` In addition, beans may implement the `org.springframework.boot.ExitCodeGenerator`
interface if they with to return a specific exit code when the application ends. interface if they wish to return a specific exit code when the application ends.
### Externalized Configuration ### Externalized Configuration
A `SpringApplication` will load properties from `application.properties` in the root of A `SpringApplication` will load properties from `application.properties` in the root of
......
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