Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
2ba1bd9d
Commit
2ba1bd9d
authored
Aug 08, 2013
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix security dependency in README
parent
a2fe8a0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
README.md
spring-boot-actuator/README.md
+2
-8
No files found.
spring-boot-actuator/README.md
View file @
2ba1bd9d
...
@@ -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/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment