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
4a26e112
Commit
4a26e112
authored
Oct 12, 2020
by
Johnny Lim
Committed by
Phillip Webb
Oct 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
See gh-23634 Closes gh-23634
parent
a64f2699
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
FreeMarkerProperties.java
...k/boot/autoconfigure/freemarker/FreeMarkerProperties.java
+1
-1
documentation-overview.adoc
...g-boot-docs/src/docs/asciidoc/documentation-overview.adoc
+1
-1
SpringBootPluginTests.java
...ngframework/boot/gradle/plugin/SpringBootPluginTests.java
+1
-1
integration-tests.adoc
...oot-maven-plugin/src/docs/asciidoc/integration-tests.adoc
+3
-3
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/freemarker/FreeMarkerProperties.java
View file @
4a26e112
...
...
@@ -49,7 +49,7 @@ public class FreeMarkerProperties extends AbstractTemplateViewResolverProperties
private
String
[]
templateLoaderPath
=
new
String
[]
{
DEFAULT_TEMPLATE_LOADER_PATH
};
/**
* Whether to prefer file system access for template loading to enable
s
hot detection
* Whether to prefer file system access for template loading to enable hot detection
* of template changes. When a template path is detected as a directory, templates are
* loaded from the directory only and other matching classpath locations will not be
* considered.
...
...
spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation-overview.adoc
View file @
4a26e112
...
...
@@ -43,7 +43,7 @@ If you find problems with the docs or if you want to improve them, please {sprin
[[boot-documentation-upgrading]]
== Upgrading from an Earlier Version
Instructions for how to upgrade from earlier versions of Spring Boot are provided on the project {github-wiki}[wiki].
Follow the links in the
in the
{github-wiki}#release-notes[release notes] section to find the version that you want to upgrade to.
Follow the links in the {github-wiki}#release-notes[release notes] section to find the version that you want to upgrade to.
Upgrading instructions are always the first item in the release notes.
If you are more than one release behind, please make sure that you also review the release notes of the versions that you jumped.
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/plugin/SpringBootPluginTests.java
View file @
4a26e112
...
...
@@ -35,7 +35,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Andy Wilkinson
*/
@ClassPathExclusions
(
"kotlin-daemon-client-*.jar"
)
public
class
SpringBootPluginTests
{
class
SpringBootPluginTests
{
@TempDir
File
temp
;
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/integration-tests.adoc
View file @
4a26e112
...
...
@@ -137,9 +137,9 @@ This example shows how you can customize the port in case `9001` is already used
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>{gradle-project-version}</version>
<configuration>
<jmxPort>9009</jmxPort>
</configuration>
<configuration>
<jmxPort>9009</jmxPort>
</configuration>
<executions>
<execution>
<id>pre-integration-test</id>
...
...
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