Skip to content

Commit 088c426

Browse files
committed
Update docs
- Polish getting started - Relates #433
1 parent 189794b commit 088c426

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

spring-shell-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ and configures the `spring-boot-maven-plugin` to generate an executable über-ja
1414
====
1515
[source, xml]
1616
----
17-
...
1817
<dependencies>
1918
<dependency>
2019
<groupId>org.springframework.boot</groupId>
2120
<artifactId>spring-boot-starter</artifactId>
2221
</dependency>
23-
...
2422
</dependencies>
2523
----
2624
====
@@ -35,13 +33,11 @@ configuring only the necessary beans as needed:
3533
====
3634
[source, xml, subs=attributes+]
3735
----
38-
...
3936
<dependency>
4037
<groupId>org.springframework.shell</groupId>
4138
<artifactId>{spring-shell-starter}</artifactId>
4239
<version>{project-version}</version>
4340
</dependency>
44-
...
4541
----
4642
====
4743

@@ -95,9 +91,6 @@ java -jar target/demo-0.0.1-SNAPSHOT.jar
9591
----
9692
====
9793

98-
You are greeted by the following screen (the banner comes from Spring Boot and can be
99-
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-banner[customized]:
100-
10194
====
10295
[source]
10396
----
@@ -110,7 +103,7 @@ A yellow `shell:>` prompt invites you to type commands. Type `add 1 2`, press `E
110103
====
111104
[source, bash]
112105
----
113-
shell:>add 1 2
106+
shell:>add --a 1 --b 2
114107
3
115108
----
116109
====

0 commit comments

Comments
 (0)