You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
= Spring Shell image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?search.rootProjectNames=spring-shell"]
2
2
3
-
Spring Shell helps you to create Spring-powered, production-grade applications targeting
3
+
Spring Shell helps you create Spring-powered, production-grade applications targeting the
4
4
_CLI_ space. It takes an opinionated view of the Spring platform so that new and existing
5
-
users can quickly get to the bits they need.
5
+
users can quickly get the bits they need.
6
6
7
7
You can use Spring Shell to create stand-alone Java applications that can be started using
8
-
java -jar or more sophisticated GraalVM native ways to create platform dependant apps.
8
+
`java -jar` or more sophisticated GraalVM native ways to create platform dependant apps.
9
9
10
10
Our primary goals are:
11
11
@@ -38,7 +38,7 @@ public class DemoApplication {
38
38
}
39
39
----
40
40
41
-
Running it as _jar_ interactive:
41
+
Running it as an executable _jar_ in an interactive mode:
42
42
43
43
[source,bash]
44
44
----
@@ -63,7 +63,7 @@ shell:>hi
63
63
hi
64
64
----
65
65
66
-
Running it as _jar_ non-interactive:
66
+
Or running it in a non-interactive mode:
67
67
68
68
[source,bash]
69
69
----
@@ -91,7 +91,7 @@ We like to know the Spring Boot and Shell version, operating system, and JVM ver
91
91
92
92
== Building from Source
93
93
94
-
Active development branch is `main` targeting work for `3.2.x`. `3.1.x`, `3.0.x` and `2.1.x` are for maintaining current active releases.
94
+
The `main` branch contains the work for the next major release `4.0.0`.
0 commit comments