Browse Source

Polish

pull/123/head
Christian Dupuis 12 years ago
parent
commit
dba8c01035
  1. 3
      spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/CrshAutoConfiguration.java

3
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/CrshAutoConfiguration.java

@ -84,8 +84,7 @@ import org.springframework.util.StringUtils; @@ -84,8 +84,7 @@ import org.springframework.util.StringUtils;
* This configuration will auto detect the existence of a Spring Security
* {@link AuthenticationManager} and will delegate authentication requests for shell
* access to this detected instance if <code>shell.auth: spring</code> is set in the
* application properties. Even in case Spring Security is detected, simple authentication
* is default.
* application properties.
*
* <p>
* To add customizations to the shell simply define beans of type {@link CRaSHPlugin} in

Loading…
Cancel
Save