Commit 2ba1bd9d authored by Dave Syer's avatar Dave Syer

Fix security dependency in README

parent a2fe8a0e
...@@ -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: In the `pom.xml` it would look like this:
<dependency> <dependency>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-security-javaconfig</artifactId> <artifactId>spring-boot-starter-security</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency> </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: Try it out:
$ curl localhost:8080/ $ curl localhost:8080/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment