Strip trailing whitespace
This commit is contained in:
parent
433d049544
commit
72dc09cb56
|
@ -79,7 +79,7 @@ spring:
|
|||
view:
|
||||
prefix:
|
||||
suffix:
|
||||
|
||||
|
||||
|
||||
# actuator
|
||||
|
||||
|
@ -102,4 +102,4 @@ management:
|
|||
# (SecurityProperties)
|
||||
security:
|
||||
basic:
|
||||
enabled: true
|
||||
enabled: true
|
||||
|
|
|
@ -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…
Reference in New Issue