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
460ca75f
Commit
460ca75f
authored
Sep 08, 2015
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish newline at end of file
parent
d09805fd
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
34 additions
and
26 deletions
+34
-26
package-info.java
.../springframework/boot/actuate/condition/package-info.java
+2
-1
package-info.java
...pringframework/boot/autoconfigure/admin/package-info.java
+2
-1
package-info.java
...pringframework/boot/autoconfigure/cache/package-info.java
+2
-1
package-info.java
...ingframework/boot/autoconfigure/context/package-info.java
+2
-1
package-info.java
...gframework/boot/autoconfigure/hazelcast/package-info.java
+2
-1
package-info.java
...springframework/boot/autoconfigure/jooq/package-info.java
+2
-1
package-info.java
...ramework/boot/autoconfigure/transaction/package-info.java
+2
-1
application-switch-messages.properties
...src/test/resources/application-switch-messages.properties
+1
-1
application.properties
...t-autoconfigure/src/test/resources/application.properties
+1
-1
switch-messages.properties
...toconfigure/src/test/resources/switch-messages.properties
+1
-1
messages.properties
...autoconfigure/src/test/resources/test/messages.properties
+1
-1
messages2.properties
...utoconfigure/src/test/resources/test/messages2.properties
+1
-1
package-info.java
...ingframework/boot/configurationmetadata/package-info.java
+2
-1
application.properties
...ing-boot-loader/src/test/resources/application.properties
+1
-1
foo.properties
...ools/spring-boot-loader/src/test/resources/foo.properties
+1
-1
application-dev.properties
spring-boot/src/test/resources/application-dev.properties
+1
-1
application-node.properties
spring-boot/src/test/resources/application-node.properties
+1
-1
application-other.properties
spring-boot/src/test/resources/application-other.properties
+1
-1
specific.properties
spring-boot/src/test/resources/config/specific.properties
+1
-1
enableprofile-myprofile.properties
...oot/src/test/resources/enableprofile-myprofile.properties
+1
-1
enableprofile-other.properties
...ng-boot/src/test/resources/enableprofile-other.properties
+1
-1
moreproperties.properties
spring-boot/src/test/resources/moreproperties.properties
+1
-1
override.properties
spring-boot/src/test/resources/override.properties
+1
-1
some.properties
spring-boot/src/test/resources/some.properties
+1
-1
specific.properties
spring-boot/src/test/resources/specific.properties
+1
-1
specificlocation.properties
spring-boot/src/test/resources/specificlocation.properties
+1
-1
No files found.
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/condition/package-info.java
View file @
460ca75f
...
@@ -17,4 +17,5 @@
...
@@ -17,4 +17,5 @@
/**
/**
* {@code @Condition} annotations and supporting classes.
* {@code @Condition} annotations and supporting classes.
*/
*/
package
org
.
springframework
.
boot
.
actuate
.
condition
;
package
org
.
springframework
.
boot
.
actuate
.
condition
;
\ No newline at end of file
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/admin/package-info.java
View file @
460ca75f
...
@@ -17,4 +17,5 @@
...
@@ -17,4 +17,5 @@
/**
/**
* Auto-configuration for admin-related features.
* Auto-configuration for admin-related features.
*/
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
admin
;
package
org
.
springframework
.
boot
.
autoconfigure
.
admin
;
\ No newline at end of file
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/package-info.java
View file @
460ca75f
...
@@ -17,4 +17,5 @@
...
@@ -17,4 +17,5 @@
/**
/**
* Auto-configuration for the cache abstraction.
* Auto-configuration for the cache abstraction.
*/
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
cache
;
package
org
.
springframework
.
boot
.
autoconfigure
.
cache
;
\ No newline at end of file
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/package-info.java
View file @
460ca75f
...
@@ -17,4 +17,5 @@
...
@@ -17,4 +17,5 @@
/**
/**
* Auto-configuration for the Spring context.
* Auto-configuration for the Spring context.
*/
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
context
;
package
org
.
springframework
.
boot
.
autoconfigure
.
context
;
\ No newline at end of file
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/hazelcast/package-info.java
View file @
460ca75f
...
@@ -17,4 +17,5 @@
...
@@ -17,4 +17,5 @@
/**
/**
* Auto-configuration for Hazelcast.
* Auto-configuration for Hazelcast.
*/
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
hazelcast
;
package
org
.
springframework
.
boot
.
autoconfigure
.
hazelcast
;
\ No newline at end of file
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/package-info.java
View file @
460ca75f
...
@@ -17,4 +17,5 @@
...
@@ -17,4 +17,5 @@
/**
/**
* Auto-configuration for JOOQ.
* Auto-configuration for JOOQ.
*/
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
jooq
;
package
org
.
springframework
.
boot
.
autoconfigure
.
jooq
;
\ No newline at end of file
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/package-info.java
View file @
460ca75f
...
@@ -17,4 +17,5 @@
...
@@ -17,4 +17,5 @@
/**
/**
* Auto-configuration for transaction suport.
* Auto-configuration for transaction suport.
*/
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
transaction
;
package
org
.
springframework
.
boot
.
autoconfigure
.
transaction
;
\ No newline at end of file
spring-boot-autoconfigure/src/test/resources/application-switch-messages.properties
View file @
460ca75f
spring.messages.basename
:
test/messages
spring.messages.basename
:
test/messages
\ No newline at end of file
spring-boot-autoconfigure/src/test/resources/application.properties
View file @
460ca75f
...
@@ -5,4 +5,4 @@ spring.social.twitter.appId: twid
...
@@ -5,4 +5,4 @@ spring.social.twitter.appId: twid
spring.social.twitter.appSecret
:
twsecret
spring.social.twitter.appSecret
:
twsecret
spring.social.linkedin.appId
:
liid
spring.social.linkedin.appId
:
liid
spring.social.linkedin.appSecret
:
lisecret
spring.social.linkedin.appSecret
:
lisecret
spring.hornetq.embedded.enabled
:
false
spring.hornetq.embedded.enabled
:
false
\ No newline at end of file
spring-boot-autoconfigure/src/test/resources/switch-messages.properties
View file @
460ca75f
spring.messages.basename
:
test/messages
spring.messages.basename
:
test/messages
\ No newline at end of file
spring-boot-autoconfigure/src/test/resources/test/messages.properties
View file @
460ca75f
foo
=
bar
foo
=
bar
\ No newline at end of file
spring-boot-autoconfigure/src/test/resources/test/messages2.properties
View file @
460ca75f
foo-foo
=
bar-bar
foo-foo
=
bar-bar
\ No newline at end of file
spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/package-info.java
View file @
460ca75f
...
@@ -17,4 +17,5 @@
...
@@ -17,4 +17,5 @@
/**
/**
* Spring Boot configuration meta-data parser.
* Spring Boot configuration meta-data parser.
*/
*/
package
org
.
springframework
.
boot
.
configurationmetadata
;
package
org
.
springframework
.
boot
.
configurationmetadata
;
\ No newline at end of file
spring-boot-tools/spring-boot-loader/src/test/resources/application.properties
View file @
460ca75f
loader.main
:
demo.Application
loader.main
:
demo.Application
loader.path
:
etc/,lib,.
loader.path
:
etc/,lib,.
\ No newline at end of file
spring-boot-tools/spring-boot-loader/src/test/resources/foo.properties
View file @
460ca75f
foo
:
Application
foo
:
Application
loader.main
:
my.${foo}
loader.main
:
my.${foo}
loader.path
:
etc
loader.path
:
etc
\ No newline at end of file
spring-boot/src/test/resources/application-dev.properties
View file @
460ca75f
my.property
=
fromdevpropertiesfile
my.property
=
fromdevpropertiesfile
\ No newline at end of file
spring-boot/src/test/resources/application-node.properties
View file @
460ca75f
bar
:
spam
bar
:
spam
\ No newline at end of file
spring-boot/src/test/resources/application-other.properties
View file @
460ca75f
my.property
=
fromotherpropertiesfile
my.property
=
fromotherpropertiesfile
\ No newline at end of file
spring-boot/src/test/resources/config/specific.properties
View file @
460ca75f
my.property
=
specific
my.property
=
specific
\ No newline at end of file
spring-boot/src/test/resources/enableprofile-myprofile.properties
View file @
460ca75f
my.property
=
fromprofilepropertiesfile
my.property
=
fromprofilepropertiesfile
the.property
=
fromprofilepropertiesfile
the.property
=
fromprofilepropertiesfile
\ No newline at end of file
spring-boot/src/test/resources/enableprofile-other.properties
View file @
460ca75f
other.property
=
fromotherpropertiesfile
other.property
=
fromotherpropertiesfile
\ No newline at end of file
spring-boot/src/test/resources/moreproperties.properties
View file @
460ca75f
my.property
=
frommorepropertiesfile
my.property
=
frommorepropertiesfile
the.property
=
frommorepropertiesfile
the.property
=
frommorepropertiesfile
\ No newline at end of file
spring-boot/src/test/resources/override.properties
View file @
460ca75f
foo
=
bar
foo
=
bar
bar
=
override
bar
=
override
SPAM
=
BUCKET
SPAM
=
BUCKET
THE_NAME
=
NAME
THE_NAME
=
NAME
\ No newline at end of file
spring-boot/src/test/resources/some.properties
View file @
460ca75f
foo
=
spam
foo
=
spam
bar
=
some
bar
=
some
spam
=
bucket
spam
=
bucket
the-name
=
name
the-name
=
name
\ No newline at end of file
spring-boot/src/test/resources/specific.properties
View file @
460ca75f
my.property
=
root
my.property
=
root
\ No newline at end of file
spring-boot/src/test/resources/specificlocation.properties
View file @
460ca75f
my.property
=
fromspecificlocation
my.property
=
fromspecificlocation
the.property
=
fromspecificlocation
the.property
=
fromspecificlocation
\ No newline at end of file
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