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
6f6f8987
Commit
6f6f8987
authored
Jul 20, 2015
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
5d74ea28
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
OAuth2MethodSecurityConfiguration.java
...rity/oauth2/method/OAuth2MethodSecurityConfiguration.java
+1
-0
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+1
-1
PropertiesConfigurationFactoryPerformanceTests.java
.../bind/PropertiesConfigurationFactoryPerformanceTests.java
+2
-1
No files found.
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/method/OAuth2MethodSecurityConfiguration.java
View file @
6f6f8987
...
...
@@ -112,6 +112,7 @@ public class OAuth2MethodSecurityConfiguration implements BeanFactoryPostProcess
}
return
null
;
}
}
}
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
6f6f8987
...
...
@@ -680,7 +680,7 @@ content into your application; rather pick only the properties that you need.
endpoints.trace.id=trace
endpoints.trace.sensitive=true
endpoints.trace.enabled=true
# HYPERMEDIA ENDPOINTS
endpoints.docs.enabled=true
endpoints.docs.curies.enabled=false
...
...
spring-boot/src/test/java/org/springframework/boot/bind/PropertiesConfigurationFactoryPerformanceTests.java
View file @
6f6f8987
/*
* Copyright 2012-201
3
the original author or authors.
* Copyright 2012-201
5
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -82,6 +82,7 @@ public class PropertiesConfigurationFactoryPerformanceTests {
// Foo needs to be public and to have setters for all properties
public
static
class
Foo
{
@NotNull
private
String
name
;
...
...
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