From 72dc09cb5651dd5143fcd805a350b2439deb370d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 21 Jan 2014 10:22:00 -0800 Subject: [PATCH] Strip trailing whitespace --- docs/application.yml | 4 ++-- spring-boot-tools/spring-boot-maven-plugin/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/application.yml b/docs/application.yml index b3b0678b7b1..643ce180911 100644 --- a/docs/application.yml +++ b/docs/application.yml @@ -79,7 +79,7 @@ spring: view: prefix: suffix: - + # actuator @@ -102,4 +102,4 @@ management: # (SecurityProperties) security: basic: - enabled: true \ No newline at end of file + enabled: true diff --git a/spring-boot-tools/spring-boot-maven-plugin/README.md b/spring-boot-tools/spring-boot-maven-plugin/README.md index 0961616081c..a4231181c74 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/README.md +++ b/spring-boot-tools/spring-boot-maven-plugin/README.md @@ -1,4 +1,4 @@ -# Spring Boot - Maven Plugin +# Spring Boot - Maven Plugin The Spring Boot Maven Plugin provides Spring Boot support in Maven, allowing you to package executable jar or war archives and run an