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
adfb6dc1
Commit
adfb6dc1
authored
Jan 25, 2018
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
12065a42
Changes
65
Hide whitespace changes
Inline
Side-by-side
Showing
65 changed files
with
69 additions
and
73 deletions
+69
-73
JpaProperties.java
...ngframework/boot/autoconfigure/orm/jpa/JpaProperties.java
+2
-2
RemoteSpringApplication.java
...pringframework/boot/devtools/RemoteSpringApplication.java
+1
-1
JsonReader.java
...pringframework/boot/configurationmetadata/JsonReader.java
+3
-6
SentenceExtractor.java
...amework/boot/configurationmetadata/SentenceExtractor.java
+2
-3
ClasspathLoggingApplicationListener.java
.../context/logging/ClasspathLoggingApplicationListener.java
+1
-1
LoggingApplicationListener.java
...work/boot/context/logging/LoggingApplicationListener.java
+1
-1
BindFailureAnalyzer.java
...mework/boot/diagnostics/analyzer/BindFailureAnalyzer.java
+1
-1
SpringApplicationBuilderTests.java
...framework/boot/builder/SpringApplicationBuilderTests.java
+1
-1
LoggingApplicationListenerIntegrationTests.java
...t/logging/LoggingApplicationListenerIntegrationTests.java
+1
-1
LoggingApplicationListenerTests.java
...boot/context/logging/LoggingApplicationListenerTests.java
+1
-1
BindFailureAnalyzerTests.java
...k/boot/diagnostics/analyzer/BindFailureAnalyzerTests.java
+1
-1
SampleActuatorCustomSecurityApplication.java
...stomsecurity/SampleActuatorCustomSecurityApplication.java
+1
-1
SampleActuatorLog4J2Application.java
...mple/actuator/log4j2/SampleActuatorLog4J2Application.java
+1
-1
SampleActuatorNoWebApplication.java
...sample/actuator/noweb/SampleActuatorNoWebApplication.java
+1
-1
SampleActuatorApplication.java
.../main/java/sample/actuator/SampleActuatorApplication.java
+1
-1
SampleAmqpSimpleApplication.java
...rc/main/java/sample/amqp/SampleAmqpSimpleApplication.java
+1
-1
SampleAntApplication.java
...le-ant/src/main/java/sample/ant/SampleAntApplication.java
+1
-1
SampleAopApplication.java
...le-aop/src/main/java/sample/aop/SampleAopApplication.java
+1
-1
SampleAtmosphereApplication.java
...n/java/sample/atmosphere/SampleAtmosphereApplication.java
+1
-1
SampleBatchApplication.java
...ch/src/main/java/sample/batch/SampleBatchApplication.java
+1
-1
SampleElasticsearchApplication.java
...le/data/elasticsearch/SampleElasticsearchApplication.java
+1
-1
SampleDataJpaApplication.java
...c/main/java/sample/data/jpa/SampleDataJpaApplication.java
+1
-1
SampleLdapApplication.java
...src/main/java/sample/data/ldap/SampleLdapApplication.java
+1
-1
SampleMongoApplication.java
...c/main/java/sample/data/mongo/SampleMongoApplication.java
+1
-1
SampleNeo4jApplication.java
...c/main/java/sample/data/neo4j/SampleNeo4jApplication.java
+1
-1
SampleRedisApplication.java
...c/main/java/sample/data/redis/SampleRedisApplication.java
+1
-1
SampleDataRestApplication.java
...main/java/sample/data/rest/SampleDataRestApplication.java
+1
-1
SampleSolrApplication.java
...src/main/java/sample/data/solr/SampleSolrApplication.java
+1
-1
SampleFlywayApplication.java
.../src/main/java/sample/flyway/SampleFlywayApplication.java
+1
-1
SampleIntegrationApplication.java
...java/sample/integration/SampleIntegrationApplication.java
+1
-1
ProducerApplication.java
...java/sample/integration/producer/ProducerApplication.java
+1
-1
SampleJettyJspApplication.java
...main/java/sample/jetty/jsp/SampleJettyJspApplication.java
+1
-1
SampleJettySslApplication.java
...main/java/sample/jetty/ssl/SampleJettySslApplication.java
+1
-1
SampleJettyApplication.java
...ty/src/main/java/sample/jetty/SampleJettyApplication.java
+1
-1
SampleJpaApplication.java
...le-jpa/src/main/java/sample/jpa/SampleJpaApplication.java
+1
-1
SampleLiquibaseApplication.java
...ain/java/sample/liquibase/SampleLiquibaseApplication.java
+1
-1
SampleLogbackApplication.java
...rc/main/java/sample/logback/SampleLogbackApplication.java
+1
-1
SampleParentContextApplication.java
...in/java/sample/parent/SampleParentContextApplication.java
+1
-1
ProducerApplication.java
...test/java/sample/parent/producer/ProducerApplication.java
+1
-1
SampleProfileApplication.java
...rc/main/java/sample/profile/SampleProfileApplication.java
+1
-1
SamplePropertyValidationApplication.java
...opertyvalidation/SamplePropertyValidationApplication.java
+1
-1
SampleSecureWebFluxApplication.java
...sample/secure/webflux/SampleSecureWebFluxApplication.java
+1
-1
SampleSecureApplication.java
.../src/main/java/sample/secure/SampleSecureApplication.java
+1
-1
SampleServletApplication.java
...rc/main/java/sample/servlet/SampleServletApplication.java
+1
-1
SampleSessionApplication.java
...rc/main/java/sample/session/SampleSessionApplication.java
+1
-1
SampleSimpleApplication.java
.../src/main/java/sample/simple/SampleSimpleApplication.java
+1
-1
SampleTestNGApplication.java
.../src/main/java/sample/testng/SampleTestNGApplication.java
+1
-1
SampleTomcatJspApplication.java
...in/java/sample/tomcat/jsp/SampleTomcatJspApplication.java
+1
-1
SampleTomcatTwoConnectorsApplication.java
.../multiconnector/SampleTomcatTwoConnectorsApplication.java
+1
-1
SampleTomcatSslApplication.java
...in/java/sample/tomcat/ssl/SampleTomcatSslApplication.java
+1
-1
SampleTomcatApplication.java
.../src/main/java/sample/tomcat/SampleTomcatApplication.java
+1
-1
SampleTraditionalApplication.java
...java/sample/traditional/SampleTraditionalApplication.java
+1
-1
SampleUndertowSslApplication.java
...ava/sample/undertow/ssl/SampleUndertowSslApplication.java
+1
-1
SampleUndertowApplication.java
.../main/java/sample/undertow/SampleUndertowApplication.java
+1
-1
SampleWebFreeMarkerApplication.java
...ava/sample/freemarker/SampleWebFreeMarkerApplication.java
+1
-1
SampleGroovyTemplateApplication.java
...mple/groovytemplates/SampleGroovyTemplateApplication.java
+1
-1
SampleWebJspApplication.java
...jsp/src/main/java/sample/jsp/SampleWebJspApplication.java
+1
-1
SampleWebMustacheApplication.java
...in/java/sample/mustache/SampleWebMustacheApplication.java
+1
-1
SampleWebSecureCustomApplication.java
...e/web/secure/custom/SampleWebSecureCustomApplication.java
+1
-1
SampleWebSecureJdbcApplication.java
...ample/web/secure/jdbc/SampleWebSecureJdbcApplication.java
+1
-1
SampleWebStaticApplication.java
.../sample/web/staticcontent/SampleWebStaticApplication.java
+1
-1
SampleWebUiApplication.java
...i/src/main/java/sample/web/ui/SampleWebUiApplication.java
+1
-1
SampleWebFluxApplication.java
...rc/main/java/sample/webflux/SampleWebFluxApplication.java
+1
-1
SampleWebServicesApplication.java
...java/sample/webservices/SampleWebServicesApplication.java
+1
-1
SampleSpringXmlApplication.java
.../src/main/java/sample/xml/SampleSpringXmlApplication.java
+1
-1
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/orm/jpa/JpaProperties.java
View file @
adfb6dc1
...
@@ -245,11 +245,11 @@ public class JpaProperties {
...
@@ -245,11 +245,11 @@ public class JpaProperties {
private
String
determineDdlAuto
(
Map
<
String
,
String
>
existing
,
private
String
determineDdlAuto
(
Map
<
String
,
String
>
existing
,
String
defaultDdlAuto
)
{
String
defaultDdlAuto
)
{
String
ddlAuto
=
(
this
.
ddlAuto
!=
null
?
this
.
ddlAuto
:
defaultDdlAuto
);
String
ddlAuto
=
(
this
.
ddlAuto
!=
null
?
this
.
ddlAuto
:
defaultDdlAuto
);
if
(!
existing
.
containsKey
(
"hibernate.
"
+
"
hbm2ddl.auto"
)
if
(!
existing
.
containsKey
(
"hibernate.hbm2ddl.auto"
)
&&
!
"none"
.
equals
(
ddlAuto
))
{
&&
!
"none"
.
equals
(
ddlAuto
))
{
return
ddlAuto
;
return
ddlAuto
;
}
}
if
(
existing
.
containsKey
(
"hibernate.
"
+
"
hbm2ddl.auto"
))
{
if
(
existing
.
containsKey
(
"hibernate.hbm2ddl.auto"
))
{
return
existing
.
get
(
"hibernate.hbm2ddl.auto"
);
return
existing
.
get
(
"hibernate.hbm2ddl.auto"
);
}
}
return
"none"
;
return
"none"
;
...
...
spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/RemoteSpringApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/JsonReader.java
View file @
adfb6dc1
...
@@ -107,8 +107,7 @@ class JsonReader {
...
@@ -107,8 +107,7 @@ class JsonReader {
source
.
setType
(
json
.
optString
(
"type"
,
null
));
source
.
setType
(
json
.
optString
(
"type"
,
null
));
String
description
=
json
.
optString
(
"description"
,
null
);
String
description
=
json
.
optString
(
"description"
,
null
);
source
.
setDescription
(
description
);
source
.
setDescription
(
description
);
source
.
setShortDescription
(
source
.
setShortDescription
(
this
.
sentenceExtractor
.
getFirstSentence
(
description
));
this
.
sentenceExtractor
.
getFirstSentence
(
description
));
source
.
setSourceType
(
json
.
optString
(
"sourceType"
,
null
));
source
.
setSourceType
(
json
.
optString
(
"sourceType"
,
null
));
source
.
setSourceMethod
(
json
.
optString
(
"sourceMethod"
,
null
));
source
.
setSourceMethod
(
json
.
optString
(
"sourceMethod"
,
null
));
return
source
;
return
source
;
...
@@ -120,8 +119,7 @@ class JsonReader {
...
@@ -120,8 +119,7 @@ class JsonReader {
item
.
setType
(
json
.
optString
(
"type"
,
null
));
item
.
setType
(
json
.
optString
(
"type"
,
null
));
String
description
=
json
.
optString
(
"description"
,
null
);
String
description
=
json
.
optString
(
"description"
,
null
);
item
.
setDescription
(
description
);
item
.
setDescription
(
description
);
item
.
setShortDescription
(
item
.
setShortDescription
(
this
.
sentenceExtractor
.
getFirstSentence
(
description
));
this
.
sentenceExtractor
.
getFirstSentence
(
description
));
item
.
setDefaultValue
(
readItemValue
(
json
.
opt
(
"defaultValue"
)));
item
.
setDefaultValue
(
readItemValue
(
json
.
opt
(
"defaultValue"
)));
item
.
setDeprecation
(
parseDeprecation
(
json
));
item
.
setDeprecation
(
parseDeprecation
(
json
));
item
.
setSourceType
(
json
.
optString
(
"sourceType"
,
null
));
item
.
setSourceType
(
json
.
optString
(
"sourceType"
,
null
));
...
@@ -174,8 +172,7 @@ class JsonReader {
...
@@ -174,8 +172,7 @@ class JsonReader {
deprecationJsonObject
.
optString
(
"level"
,
null
)));
deprecationJsonObject
.
optString
(
"level"
,
null
)));
String
reason
=
deprecationJsonObject
.
optString
(
"reason"
,
null
);
String
reason
=
deprecationJsonObject
.
optString
(
"reason"
,
null
);
deprecation
.
setReason
(
reason
);
deprecation
.
setReason
(
reason
);
deprecation
.
setShortReason
(
deprecation
.
setShortReason
(
this
.
sentenceExtractor
.
getFirstSentence
(
reason
));
this
.
sentenceExtractor
.
getFirstSentence
(
reason
));
deprecation
deprecation
.
setReplacement
(
deprecationJsonObject
.
optString
(
"replacement"
,
null
));
.
setReplacement
(
deprecationJsonObject
.
optString
(
"replacement"
,
null
));
return
deprecation
;
return
deprecation
;
...
...
spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/SentenceExtractor.java
View file @
adfb6dc1
...
@@ -34,9 +34,8 @@ class SentenceExtractor {
...
@@ -34,9 +34,8 @@ class SentenceExtractor {
if
(
dot
!=
-
1
)
{
if
(
dot
!=
-
1
)
{
BreakIterator
breakIterator
=
BreakIterator
.
getSentenceInstance
(
Locale
.
US
);
BreakIterator
breakIterator
=
BreakIterator
.
getSentenceInstance
(
Locale
.
US
);
breakIterator
.
setText
(
text
);
breakIterator
.
setText
(
text
);
String
sentence
=
text
String
sentence
=
text
.
substring
(
breakIterator
.
first
(),
breakIterator
.
next
());
.
substring
(
breakIterator
.
first
(),
breakIterator
.
next
()).
trim
();
return
removeSpaceBetweenLine
(
sentence
.
trim
());
return
removeSpaceBetweenLine
(
sentence
);
}
}
else
{
else
{
String
[]
lines
=
text
.
split
(
System
.
lineSeparator
());
String
[]
lines
=
text
.
split
(
System
.
lineSeparator
());
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/logging/ClasspathLoggingApplicationListener.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/logging/LoggingApplicationListener.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/diagnostics/analyzer/BindFailureAnalyzer.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/builder/SpringApplicationBuilderTests.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/logging/LoggingApplicationListenerIntegrationTests.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/logging/LoggingApplicationListenerTests.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/BindFailureAnalyzerTests.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/SampleActuatorCustomSecurityApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/java/sample/actuator/log4j2/SampleActuatorLog4J2Application.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample/actuator/noweb/SampleActuatorNoWebApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/SampleActuatorApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-amqp/src/main/java/sample/amqp/SampleAmqpSimpleApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-ant/src/main/java/sample/ant/SampleAntApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-aop/src/main/java/sample/aop/SampleAopApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample/atmosphere/SampleAtmosphereApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-batch/src/main/java/sample/batch/SampleBatchApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample/data/elasticsearch/SampleElasticsearchApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/SampleDataJpaApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
3
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample/data/ldap/SampleLdapApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample/data/mongo/SampleMongoApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample/data/neo4j/SampleNeo4jApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-data-redis/src/main/java/sample/data/redis/SampleRedisApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/SampleDataRestApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample/data/solr/SampleSolrApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
4
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample/flyway/SampleFlywayApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleIntegrationApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-integration/src/test/java/sample/integration/producer/ProducerApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
3
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/SampleJettyJspApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/java/sample/jetty/ssl/SampleJettySslApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/SampleJettyApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
3
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/SampleJpaApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
4
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-liquibase/src/main/java/sample/liquibase/SampleLiquibaseApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
4
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-logback/src/main/java/sample/logback/SampleLogbackApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/SampleParentContextApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-parent-context/src/test/java/sample/parent/producer/ProducerApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
3
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/SampleProfileApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample/propertyvalidation/SamplePropertyValidationApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample/secure/webflux/SampleSecureWebFluxApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-secure/src/main/java/sample/secure/SampleSecureApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-servlet/src/main/java/sample/servlet/SampleServletApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-session/src/main/java/sample/session/SampleSessionApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/SampleSimpleApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-testng/src/main/java/sample/testng/SampleTestNGApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/SampleTomcatJspApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/java/sample/tomcat/multiconnector/SampleTomcatTwoConnectorsApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/java/sample/tomcat/ssl/SampleTomcatSslApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample/tomcat/SampleTomcatApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
3
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-traditional/src/main/java/sample/traditional/SampleTraditionalApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
3
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/java/sample/undertow/ssl/SampleUndertowSslApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-undertow/src/main/java/sample/undertow/SampleUndertowApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
4
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-web-freemarker/src/main/java/sample/freemarker/SampleWebFreeMarkerApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
4
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/SampleGroovyTemplateApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-web-jsp/src/main/java/sample/jsp/SampleWebJspApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-web-mustache/src/main/java/sample/mustache/SampleWebMustacheApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/java/sample/web/secure/custom/SampleWebSecureCustomApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/java/sample/web/secure/jdbc/SampleWebSecureJdbcApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-web-static/src/main/java/sample/web/staticcontent/SampleWebStaticApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/SampleWebUiApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/SampleWebFluxApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/SampleWebServicesApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
spring-boot-samples/spring-boot-sample-xml/src/main/java/sample/xml/SampleSpringXmlApplication.java
View file @
adfb6dc1
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
...
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