Browse Source

Strip trailing whitespace

pull/252/head
Phillip Webb 12 years ago
parent
commit
72dc09cb56
  1. 4
      docs/application.yml
  2. 2
      spring-boot-tools/spring-boot-maven-plugin/README.md

4
docs/application.yml

@ -79,7 +79,7 @@ spring: @@ -79,7 +79,7 @@ spring:
view:
prefix:
suffix:
# actuator
@ -102,4 +102,4 @@ management: @@ -102,4 +102,4 @@ management:
# (SecurityProperties)
security:
basic:
enabled: true
enabled: true

2
spring-boot-tools/spring-boot-maven-plugin/README.md

@ -1,4 +1,4 @@ @@ -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

Loading…
Cancel
Save