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 @@
/**
* {@code @Condition} annotations and supporting classes.
*/
package
org
.
springframework
.
boot
.
actuate
.
condition
;
\ No newline at end of file
package
org
.
springframework
.
boot
.
actuate
.
condition
;
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/admin/package-info.java
View file @
460ca75f
...
...
@@ -17,4 +17,5 @@
/**
* Auto-configuration for admin-related features.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
admin
;
\ No newline at end of file
package
org
.
springframework
.
boot
.
autoconfigure
.
admin
;
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/package-info.java
View file @
460ca75f
...
...
@@ -17,4 +17,5 @@
/**
* Auto-configuration for the cache abstraction.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
cache
;
\ No newline at end of file
package
org
.
springframework
.
boot
.
autoconfigure
.
cache
;
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/context/package-info.java
View file @
460ca75f
...
...
@@ -17,4 +17,5 @@
/**
* Auto-configuration for the Spring context.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
context
;
\ No newline at end of file
package
org
.
springframework
.
boot
.
autoconfigure
.
context
;
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/hazelcast/package-info.java
View file @
460ca75f
...
...
@@ -17,4 +17,5 @@
/**
* Auto-configuration for Hazelcast.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
hazelcast
;
\ No newline at end of file
package
org
.
springframework
.
boot
.
autoconfigure
.
hazelcast
;
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/package-info.java
View file @
460ca75f
...
...
@@ -17,4 +17,5 @@
/**
* Auto-configuration for JOOQ.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
jooq
;
\ No newline at end of file
package
org
.
springframework
.
boot
.
autoconfigure
.
jooq
;
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/package-info.java
View file @
460ca75f
...
...
@@ -17,4 +17,5 @@
/**
* Auto-configuration for transaction suport.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
transaction
;
\ No newline at end of file
package
org
.
springframework
.
boot
.
autoconfigure
.
transaction
;
spring-boot-autoconfigure/src/test/resources/application-switch-messages.properties
View file @
460ca75f
spring.messages.basename
:
test/messages
\ No newline at end of file
spring.messages.basename
:
test/messages
spring-boot-autoconfigure/src/test/resources/application.properties
View file @
460ca75f
...
...
@@ -5,4 +5,4 @@ spring.social.twitter.appId: twid
spring.social.twitter.appSecret
:
twsecret
spring.social.linkedin.appId
:
liid
spring.social.linkedin.appSecret
:
lisecret
spring.hornetq.embedded.enabled
:
false
\ No newline at end of file
spring.hornetq.embedded.enabled
:
false
spring-boot-autoconfigure/src/test/resources/switch-messages.properties
View file @
460ca75f
spring.messages.basename
:
test/messages
\ No newline at end of file
spring.messages.basename
:
test/messages
spring-boot-autoconfigure/src/test/resources/test/messages.properties
View file @
460ca75f
foo
=
bar
\ No newline at end of file
foo
=
bar
spring-boot-autoconfigure/src/test/resources/test/messages2.properties
View file @
460ca75f
foo-foo
=
bar-bar
\ No newline at end of file
foo-foo
=
bar-bar
spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/package-info.java
View file @
460ca75f
...
...
@@ -17,4 +17,5 @@
/**
* Spring Boot configuration meta-data parser.
*/
package
org
.
springframework
.
boot
.
configurationmetadata
;
\ No newline at end of file
package
org
.
springframework
.
boot
.
configurationmetadata
;
spring-boot-tools/spring-boot-loader/src/test/resources/application.properties
View file @
460ca75f
loader.main
:
demo.Application
loader.path
:
etc/,lib,.
\ No newline at end of file
loader.path
:
etc/,lib,.
spring-boot-tools/spring-boot-loader/src/test/resources/foo.properties
View file @
460ca75f
foo
:
Application
loader.main
:
my.${foo}
loader.path
:
etc
\ No newline at end of file
loader.path
:
etc
spring-boot/src/test/resources/application-dev.properties
View file @
460ca75f
my.property
=
fromdevpropertiesfile
\ No newline at end of file
my.property
=
fromdevpropertiesfile
spring-boot/src/test/resources/application-node.properties
View file @
460ca75f
bar
:
spam
\ No newline at end of file
bar
:
spam
spring-boot/src/test/resources/application-other.properties
View file @
460ca75f
my.property
=
fromotherpropertiesfile
\ No newline at end of file
my.property
=
fromotherpropertiesfile
spring-boot/src/test/resources/config/specific.properties
View file @
460ca75f
my.property
=
specific
\ No newline at end of file
my.property
=
specific
spring-boot/src/test/resources/enableprofile-myprofile.properties
View file @
460ca75f
my.property
=
fromprofilepropertiesfile
the.property
=
fromprofilepropertiesfile
\ No newline at end of file
the.property
=
fromprofilepropertiesfile
spring-boot/src/test/resources/enableprofile-other.properties
View file @
460ca75f
other.property
=
fromotherpropertiesfile
\ No newline at end of file
other.property
=
fromotherpropertiesfile
spring-boot/src/test/resources/moreproperties.properties
View file @
460ca75f
my.property
=
frommorepropertiesfile
the.property
=
frommorepropertiesfile
\ No newline at end of file
the.property
=
frommorepropertiesfile
spring-boot/src/test/resources/override.properties
View file @
460ca75f
foo
=
bar
bar
=
override
SPAM
=
BUCKET
THE_NAME
=
NAME
\ No newline at end of file
THE_NAME
=
NAME
spring-boot/src/test/resources/some.properties
View file @
460ca75f
foo
=
spam
bar
=
some
spam
=
bucket
the-name
=
name
\ No newline at end of file
the-name
=
name
spring-boot/src/test/resources/specific.properties
View file @
460ca75f
my.property
=
root
\ No newline at end of file
my.property
=
root
spring-boot/src/test/resources/specificlocation.properties
View file @
460ca75f
my.property
=
fromspecificlocation
the.property
=
fromspecificlocation
\ No newline at end of file
the.property
=
fromspecificlocation
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