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
3b07e4e6
Commit
3b07e4e6
authored
Sep 05, 2014
by
Christoph Frick
Committed by
Andy Wilkinson
Sep 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in the documentation: though -> through
Closes gh-1510
parent
9a2f9825
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
build-tool-plugins.adoc
spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc
+1
-1
getting-started.adoc
spring-boot-docs/src/main/asciidoc/getting-started.adoc
+1
-1
howto.adoc
spring-boot-docs/src/main/asciidoc/howto.adoc
+1
-1
No files found.
spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc
View file @
3b07e4e6
...
...
@@ -265,7 +265,7 @@ to override version numbers if necessary.
===
Default
exclude
rules
Gradle
handles
``
exclude
rules
''
in
a
slightly
different
way
to
Maven
which
can
cause
unexpected
results
when
using
the
starter
POMs
.
Specifically
,
exclusions
declared
on
a
dependency
will
not
be
applied
when
the
dependency
can
be
reached
though
a
different
a
dependency
will
not
be
applied
when
the
dependency
can
be
reached
th
r
ough
a
different
path
.
For
example
,
if
a
starter
POM
declares
the
following
:
[
source
,
xml
,
indent
=
0
,
subs
=
"verbatim,attributes"
]
...
...
spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
3b07e4e6
...
...
@@ -549,7 +549,7 @@ file named `src/main/java/Example.java`:
}
----
Although there isn't much code here, quite a lot is going on. Let's step though the
Although there isn't much code here, quite a lot is going on. Let's step th
r
ough the
important parts.
...
...
spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
3b07e4e6
...
...
@@ -1504,7 +1504,7 @@ would only ever be a development time trick probably).
[[howto-reload-springloaded-gradle-and-intellij]]
==== Configuring Spring Loaded for use with Gradle and IntelliJ
You need to jump though a few hoops if you want to use Spring Loaded in combination with
You need to jump th
r
ough a few hoops if you want to use Spring Loaded in combination with
Gradle and IntelliJ. By default, IntelliJ will compile classes into a different location
than Gradle, causing Spring Loaded monitoring to fail.
...
...
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