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
2da6675c
Commit
2da6675c
authored
Dec 12, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
See gh-10963
parent
a5ce4a10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+3
-3
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+3
-0
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
2da6675c
...
@@ -930,7 +930,7 @@
...
@@ -930,7 +930,7 @@
"description"
:
"Default user name."
,
"description"
:
"Default user name."
,
"defaultValue"
:
"user"
,
"defaultValue"
:
"user"
,
"deprecation"
:
{
"deprecation"
:
{
"re
ason"
:
"The default user is no longer customizable. You can, for instance, define a bean of type UserDetailsService.
"
,
"re
placement"
:
"spring.security.user.name
"
,
"level"
:
"error"
"level"
:
"error"
}
}
},
},
...
@@ -939,7 +939,7 @@
...
@@ -939,7 +939,7 @@
"type"
:
"java.lang.String"
,
"type"
:
"java.lang.String"
,
"description"
:
"Password for the default user name."
,
"description"
:
"Password for the default user name."
,
"deprecation"
:
{
"deprecation"
:
{
"re
ason"
:
"The default user is no longer customizable. You can, for instance, define a bean of type UserDetailsService.
"
,
"re
placement"
:
"spring.security.user.password
"
,
"level"
:
"error"
"level"
:
"error"
}
}
},
},
...
@@ -948,7 +948,7 @@
...
@@ -948,7 +948,7 @@
"type"
:
"java.util.List<java.lang.String>"
,
"type"
:
"java.util.List<java.lang.String>"
,
"description"
:
"Granted roles for the default user name."
,
"description"
:
"Granted roles for the default user name."
,
"deprecation"
:
{
"deprecation"
:
{
"re
ason"
:
"The default user is no longer customizable. You can, for instance, define a bean of type UserDetailsService.
"
,
"re
placement"
:
"spring.security.user.roles
"
,
"level"
:
"error"
"level"
:
"error"
}
}
},
},
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
2da6675c
...
@@ -482,6 +482,9 @@ content into your application. Rather, pick only the properties that you need.
...
@@ -482,6 +482,9 @@ content into your application. Rather, pick only the properties that you need.
# SECURITY ({sc-spring-boot-autoconfigure}/security/SecurityProperties.{sc-ext}[SecurityProperties])
# SECURITY ({sc-spring-boot-autoconfigure}/security/SecurityProperties.{sc-ext}[SecurityProperties])
spring.security.filter.order=0 # Security filter chain order.
spring.security.filter.order=0 # Security filter chain order.
spring.security.filter.dispatcher-types=ASYNC,ERROR,REQUEST # Security filter chain dispatcher types.
spring.security.filter.dispatcher-types=ASYNC,ERROR,REQUEST # Security filter chain dispatcher types.
spring.security.user.name=user # Default user name.
spring.security.user.password= # Password for the default user name.
spring.security.user.roles= # Granted roles for the default user name.
# SECURITY OAUTH2 CLIENT ({sc-spring-boot-autoconfigure}/security/oauth2/client/OAuth2ClientProperties.{sc-ext}[OAuth2ClientProperties])
# SECURITY OAUTH2 CLIENT ({sc-spring-boot-autoconfigure}/security/oauth2/client/OAuth2ClientProperties.{sc-ext}[OAuth2ClientProperties])
spring.security.oauth2.client.provider.*= # OAuth provider details.
spring.security.oauth2.client.provider.*= # OAuth provider details.
...
...
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