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
c2e3354b
Commit
c2e3354b
authored
Jul 01, 2019
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop asciidoc partintro formatting
Since to no longer use docbook, we can't use `partintro`. See gh-12005
parent
fcbcc9d3
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
27 deletions
+0
-27
build-tool-plugins.adoc
...pring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc
+0
-3
deployment.adoc
...roject/spring-boot-docs/src/main/asciidoc/deployment.adoc
+0
-3
documentation-overview.adoc
...g-boot-docs/src/main/asciidoc/documentation-overview.adoc
+0
-3
getting-started.adoc
...t/spring-boot-docs/src/main/asciidoc/getting-started.adoc
+0
-3
howto.adoc
...oot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
+0
-3
production-ready-features.adoc
...oot-docs/src/main/asciidoc/production-ready-features.adoc
+0
-3
spring-boot-cli.adoc
...t/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc
+0
-3
spring-boot-features.adoc
...ing-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+0
-3
using-spring-boot.adoc
...spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
+0
-3
No files found.
spring-boot-project/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc
View file @
c2e3354b
...
...
@@ -2,15 +2,12 @@
= Build Tool Plugins
include::attributes.adoc[]
[partintro]
--
Spring Boot provides build tool plugins for Maven and Gradle. The plugins offer a variety
of features, including the packaging of executable jars. This section provides more
details on both plugins as well as some help should you need to extend an unsupported
build system. If you are just getting started, you might want to read
"`<<using-spring-boot.adoc#using-boot-build-systems>>`" from the
"`<<using-spring-boot.adoc#using-boot>>`" section first.
--
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc
View file @
c2e3354b
...
...
@@ -2,14 +2,11 @@
= Deploying Spring Boot Applications
include::attributes.adoc[]
[partintro]
--
Spring Boot's flexible packaging options provide a great deal of choice when it comes to
deploying your application. You can deploy Spring Boot applications to a variety
of cloud platforms, to container images (such as Docker), or to virtual/real machines.
This section covers some of the more common deployment scenarios.
--
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc
View file @
c2e3354b
...
...
@@ -2,11 +2,8 @@
= Spring Boot Documentation
include::attributes.adoc[]
[partintro]
--
This section provides a brief overview of Spring Boot reference documentation. It serves
as a map for the rest of the document.
--
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
c2e3354b
...
...
@@ -2,14 +2,11 @@
= Getting Started
include::attributes.adoc[]
[partintro]
--
If you are getting started with Spring Boot, or "`Spring`" in general, start by reading
this section. It answers the basic "`what?`", "`how?`" and "`why?`" questions. It
includes an introduction to Spring Boot, along with installation instructions. We then
walk you through building your first Spring Boot application, discussing some core
principles as we go.
--
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
c2e3354b
...
...
@@ -2,8 +2,6 @@
= "`How-to`" Guides
include::attributes.adoc[]
[partintro]
--
This section provides answers to some common '`how do I do that...`' questions
that often arise when using Spring Boot. Its coverage is not exhaustive, but it
does cover quite a lot.
...
...
@@ -15,7 +13,6 @@ the `spring-boot` tag).
We are also more than happy to extend this section. If you want to add a '`how-to`',
send us a {github-code}[pull request].
--
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
View file @
c2e3354b
...
...
@@ -2,13 +2,10 @@
= Spring Boot Actuator: Production-ready Features
include::attributes.adoc[]
[partintro]
--
Spring Boot includes a number of additional features to help you monitor and manage your
application when you push it to production. You can choose to manage and monitor your
application by using HTTP endpoints or with JMX. Auditing, health, and metrics gathering
can also be automatically applied to your application.
--
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc
View file @
c2e3354b
...
...
@@ -2,13 +2,10 @@
= Spring Boot CLI
include::attributes.adoc[]
[partintro]
--
The Spring Boot CLI is a command line tool that you can use if you want to quickly develop
a Spring application. It lets you run Groovy scripts, which means that you have a familiar
Java-like syntax without so much boilerplate code. You can also bootstrap a new project or
write your own command for it.
--
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
c2e3354b
...
...
@@ -2,14 +2,11 @@
= Spring Boot Features
include::attributes.adoc[]
[partintro]
--
This section dives into the details of Spring Boot. Here you can learn about the key
features that you may want to use and customize. If you have not already done so, you
might want to read the "<<getting-started.adoc#getting-started>>" and
"<<using-spring-boot.adoc#using-boot>>" sections, so that you have a good grounding of the
basics.
--
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
View file @
c2e3354b
...
...
@@ -2,8 +2,6 @@
= Using Spring Boot
include::attributes.adoc[]
[partintro]
--
This section goes into more detail about how you should use Spring Boot. It covers topics
such as build systems, auto-configuration, and how to run your applications. We also
cover some Spring Boot best practices. Although there is nothing particularly special
...
...
@@ -13,7 +11,6 @@ recommendations that, when followed, make your development process a little easi
If you are starting out with Spring Boot, you should probably read the
_<<getting-started.adoc#getting-started, Getting Started>>_ guide before diving into this
section.
--
...
...
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