We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2fe8a0 commit 2ba1bd9Copy full SHA for 2ba1bd9
spring-boot-actuator/README.md
@@ -277,16 +277,10 @@ will enable HTTP basic authentication by default on all the endpoints.
277
In the `pom.xml` it would look like this:
278
279
<dependency>
280
- <groupId>org.springframework.security</groupId>
281
- <artifactId>spring-security-javaconfig</artifactId>
282
- <version>1.0.0.BUILD-SNAPSHOT</version>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-security</artifactId>
283
</dependency>
284
285
-(Spring Security java config is still work in progress so we have used
286
-a snapshot. Beware of sudden changes.)
287
-
288
-<!--FIXME: update Spring Security to full release -->
289
290
Try it out:
291
292
$ curl localhost:8080/
0 commit comments