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