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
d119336f
Commit
d119336f
authored
Apr 03, 2014
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explcitly state in docs that Spring Security is required
... if you use management.security.* properties Fixes gh-595
parent
5ed49462
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
production-ready-features.adoc
...oot-docs/src/main/asciidoc/production-ready-features.adoc
+4
-3
No files found.
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
View file @
d119336f
...
@@ -294,8 +294,8 @@ based deployments. If, however, your application runs inside your own data cente
...
@@ -294,8 +294,8 @@ based deployments. If, however, your application runs inside your own data cente
may prefer to expose endpoints using a different HTTP port.
may prefer to expose endpoints using a different HTTP port.
The `management.port` property can be used to change the HTTP port. Since your management
The `management.port` property can be used to change the HTTP port. Since your management
port is often protected by a firewall, and not exposed to the public
, you might also
port is often protected by a firewall, and not exposed to the public
. If you have Spring
want to disable management security:
Security on the classpath, you might also
want to disable management security:
[source,properties,indent=0]
[source,properties,indent=0]
----
----
...
@@ -303,7 +303,8 @@ want to disable management security:
...
@@ -303,7 +303,8 @@ want to disable management security:
management.security.enabled=false
management.security.enabled=false
----
----
(If you don'
t
have
Spring
Security
on
the
classpath
then
there
is
no
need
to
explicitly
disable
the
management
security
in
this
way
,
and
it
might
even
break
the
application
.)
[[
production
-
ready
-
customizing
-
management
-
server
-
address
]]
[[
production
-
ready
-
customizing
-
management
-
server
-
address
]]
===
Customizing
the
management
server
address
===
Customizing
the
management
server
address
...
...
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