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
dd96fff5
Commit
dd96fff5
authored
Dec 21, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README links following move to pure Asciidoctor
Closes gh-15545
parent
6013146a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
README.adoc
README.adoc
+14
-14
No files found.
README.adoc
View file @
dd96fff5
= Spring Boot image:https://ci.spring.io/api/v1/teams/spring-boot/pipelines/spring-boot/jobs/build/badge["Build Status", link="https://ci.spring.io/teams/spring-boot/pipelines/spring-boot?groups=Build"] image:https://badges.gitter.im/Join Chat.svg["Chat",link="https://gitter.im/spring-projects/spring-boot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]
= Spring Boot image:https://ci.spring.io/api/v1/teams/spring-boot/pipelines/spring-boot/jobs/build/badge["Build Status", link="https://ci.spring.io/teams/spring-boot/pipelines/spring-boot?groups=Build"] image:https://badges.gitter.im/Join Chat.svg["Chat",link="https://gitter.im/spring-projects/spring-boot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]
:docs: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference
:docs: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference
:github: https://github.com/spring-projects/spring-boot
Spring Boot makes it easy to create Spring-powered, production-grade applications and
Spring Boot makes it easy to create Spring-powered, production-grade applications and
services with absolute minimum fuss. It takes an opinionated view of the Spring platform
services with absolute minimum fuss. It takes an opinionated view of the Spring platform
...
@@ -22,12 +23,11 @@ diverge from the defaults
...
@@ -22,12 +23,11 @@ diverge from the defaults
== Installation and Getting Started
== Installation and Getting Started
The {docs}/htmlsingle/[reference documentation] includes detailed
The {docs}/html/[reference documentation] includes detailed
{docs}/htmlsingle/#getting-started-installing-spring-boot[installation instructions]
{docs}/html/getting-started.html#getting-started-installing-spring-boot[installation
as well as a comprehensive {docs}/htmlsingle/#getting-started-first-application[``getting
instructions] as well as a comprehensive
started``] guide. Documentation is published in {docs}/htmlsingle/[HTML],
{docs}/html/getting-started.html#getting-started-first-application[``getting started``]
{docs}/pdf/spring-boot-reference.pdf[PDF] and {docs}/epub/spring-boot-reference.epub[EPUB]
guide.
formats.
Here is a quick teaser of a complete Spring Boot application in Java:
Here is a quick teaser of a complete Spring Boot application in Java:
...
@@ -58,18 +58,18 @@ Here is a quick teaser of a complete Spring Boot application in Java:
...
@@ -58,18 +58,18 @@ Here is a quick teaser of a complete Spring Boot application in Java:
== Getting help
== Getting help
Having trouble with Spring Boot? We'd like to help!
Having trouble with Spring Boot? We'd like to help!
* Check the {docs}/html
single
/[reference documentation], especially the
* Check the {docs}/html/[reference documentation], especially the
{docs}/html
single/
#howto[How-to's] -- they provide solutions to the most common
{docs}/html
/howto.html
#howto[How-to's] -- they provide solutions to the most common
questions.
questions.
* Learn the Spring basics -- Spring Boot builds on many other Spring projects, check
* Learn the Spring basics -- Spring Boot builds on many other Spring projects, check
the https://spring.io[spring.io] web-site for a wealth of reference documentation. If
the https://spring.io[spring.io] web-site for a wealth of reference documentation. If
you are just starting out with Spring, try one of the https://spring.io/guides[guides].
you are just starting out with Spring, try one of the https://spring.io/guides[guides].
* If you are upgrading, read the
https://github.com/spring-projects/spring-boot/wiki[release notes]
* If you are upgrading, read the
{github}/wiki[release notes] for upgrade instructions and
for upgrade instructions and
"new and noteworthy" features.
"new and noteworthy" features.
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions
tagged with https://stackoverflow.com/tags/spring-boot[`spring-boot`]. You can also chat
tagged with https://stackoverflow.com/tags/spring-boot[`spring-boot`]. You can also chat
with the community on https://gitter.im/spring-projects/spring-boot[Gitter].
with the community on https://gitter.im/spring-projects/spring-boot[Gitter].
* Report bugs with Spring Boot at
https://github.com/spring-projects/spring-boot
/issues[github.com/spring-projects/spring-boot/issues].
* Report bugs with Spring Boot at
{github}
/issues[github.com/spring-projects/spring-boot/issues].
...
@@ -77,9 +77,9 @@ Having trouble with Spring Boot? We'd like to help!
...
@@ -77,9 +77,9 @@ Having trouble with Spring Boot? We'd like to help!
Spring Boot uses GitHub's integrated issue tracking system to record bugs and feature
Spring Boot uses GitHub's integrated issue tracking system to record bugs and feature
requests. If you want to raise an issue, please follow the recommendations below:
requests. If you want to raise an issue, please follow the recommendations below:
* Before you log a bug, please
https://github.com/spring-projects/spring-boot/search?type=Issues[search the issue tracker]
* Before you log a bug, please
search the {github}/issues[issue tracker] to see if someone
to see if someone
has already reported the problem.
has already reported the problem.
* If the issue doesn't already exist,
https://github.com/spring-projects/spring-boot
/issues/new[create a new issue].
* If the issue doesn't already exist,
{github}
/issues/new[create a new issue].
* Please provide as much information as possible with the issue report, we like to know
* Please provide as much information as possible with the issue report, we like to know
the version of Spring Boot that you are using, as well as your Operating System and
the version of Spring Boot that you are using, as well as your Operating System and
JVM version.
JVM version.
...
...
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