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
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -125,12 +125,6 @@ For example, if you want to get started using Spring and JPA for database access
125
125
126
126
127
127
128
-
=== spring-boot-cli
129
-
The Spring command-line application compiles and runs Groovy source, allowing you to write the absolute minimum amount of code to get an application running.
130
-
Spring CLI can also watch files, automatically recompiling and restarting when they change.
131
-
132
-
133
-
134
128
=== spring-boot-actuator
135
129
Actuator endpoints let you monitor and interact with your application.
136
130
Spring Boot Actuator provides the infrastructure required for actuator endpoints.
@@ -170,12 +164,6 @@ Developer tools are automatically disabled when running a fully packaged applica
170
164
171
165
172
166
173
-
== Samples
174
-
Groovy samples for use with the command line application are available in link:spring-boot-project/spring-boot-cli/samples[spring-boot-cli/samples].
175
-
To run the CLI samples, type `spring run <sample>.groovy` from the samples directory.
176
-
177
-
178
-
179
167
== Guides
180
168
The https://spring.io/[spring.io] site contains several guides that show how to use Spring Boot step-by-step:
0 commit comments