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
571e4640
Commit
571e4640
authored
Nov 05, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.1.x'
Closes gh-18877
parents
d331f282
bd06a91a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
11 deletions
+21
-11
getting-started.adoc
...t/spring-boot-docs/src/main/asciidoc/getting-started.adoc
+21
-11
No files found.
spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
571e4640
...
@@ -128,13 +128,18 @@ The following listing shows a typical `pom.xml` file:
...
@@ -128,13 +128,18 @@ The following listing shows a typical `pom.xml` file:
<version>{spring-boot-version}</version>
<version>{spring-boot-version}</version>
</parent>
</parent>
<!-- Override inherited license and developers -->
<!-- Override inherited settings -->
<description/>
<developers>
<developer/>
</developers>
<licenses>
<licenses>
<license />
<license/>
</licenses>
</licenses>
<developers>
<scm>
<developer />
<url/>
</developers>
</scm>
<url/>
<!-- Add typical dependencies for a web application -->
<!-- Add typical dependencies for a web application -->
<dependencies>
<dependencies>
...
@@ -469,12 +474,17 @@ Open your favorite text editor and add the following:
...
@@ -469,12 +474,17 @@ Open your favorite text editor and add the following:
<version>{spring-boot-version}</version>
<version>{spring-boot-version}</version>
</parent>
</parent>
<description/>
<developers>
<developer/>
</developers>
<licenses>
<licenses>
<license />
<license/>
</licenses>
</licenses>
<developers>
<scm>
<developer />
<url/>
</developers>
</scm>
<url/>
<!-- Additional lines to be added here... -->
<!-- Additional lines to be added here... -->
...
...
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