Browse Source

Fix security dependency in README

pull/23/head
Dave Syer 13 years ago
parent
commit
2ba1bd9dbb
  1. 10
      spring-boot-actuator/README.md

10
spring-boot-actuator/README.md

@ -277,16 +277,10 @@ will enable HTTP basic authentication by default on all the endpoints. @@ -277,16 +277,10 @@ will enable HTTP basic authentication by default on all the endpoints.
In the `pom.xml` it would look like this:
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-javaconfig</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
(Spring Security java config is still work in progress so we have used
a snapshot. Beware of sudden changes.)
<!--FIXME: update Spring Security to full release -->
Try it out:
$ curl localhost:8080/

Loading…
Cancel
Save