@@ -43,7 +43,7 @@ or above.
43
43
44
44
An ` alias ` can be used for the Spring Zero command line tool:
45
45
46
- $ alias spring="java -jar ~/.m2/repository/org/springframework/zero /spring-cli/0.5.0.BUILD-SNAPSHOT/spring-cli-0.5.0.BUILD-SNAPSHOT.jar"
46
+ $ alias spring="java -jar ~/.m2/repository/org/springframework/boot /spring-cli/0.5.0.BUILD-SNAPSHOT/spring-cli-0.5.0.BUILD-SNAPSHOT.jar"
47
47
48
48
_ Also see [ docs/CONTRIBUTING] ( docs/CONTRIBUTING.md ) if you want to submit pull requests._
49
49
@@ -167,22 +167,22 @@ Groovy samples for use with the command line application are available in
167
167
[ spring-cli/samples] ( spring-cli/samples/# ) . To run the CLI samples type
168
168
` spring run <sample>.groovy ` from samples directory.
169
169
170
- Java samples are available in [ spring-zero -sample] ( spring-zero -samples/# ) and should
170
+ Java samples are available in [ spring-boot -sample] ( spring-boot -samples/# ) and should
171
171
be build with maven and run use ` java -jar target/<sample>.jar ` . The following java
172
172
samples are provided:
173
173
174
- * spring-zero -sample-simple - A simple command line application
175
- * spring-zero -sample-tomcat - Embedded Tomcat
176
- * spring-zero -sample-jetty - Embedded Jetty
177
- * spring-zero -sample-actuator - Simple REST service with production features
178
- * spring-zero -sample-actuator-ui - A web UI example with production features
179
- * spring-zero -sample-web-ui - A thymeleaf web application
174
+ * spring-boot -sample-simple - A simple command line application
175
+ * spring-boot -sample-tomcat - Embedded Tomcat
176
+ * spring-boot -sample-jetty - Embedded Jetty
177
+ * spring-boot -sample-actuator - Simple REST service with production features
178
+ * spring-boot -sample-actuator-ui - A web UI example with production features
179
+ * spring-boot -sample-web-ui - A thymeleaf web application
180
180
* spring-sample-batch - Define and run a Batch job in a few lines of code
181
181
* spring-sample-data-jpa - Spring Data JPA + Hibernate + HSQLDB
182
- * spring-zero -sample-integration - A spring integration application
183
- * spring-zero -sample-profile - example showing Spring's ` @profile ` support
184
- * spring-zero -sample-traditional - shows Spring Zero with more traditional WAR packaging
182
+ * spring-boot -sample-integration - A spring integration application
183
+ * spring-boot -sample-profile - example showing Spring's ` @profile ` support
184
+ * spring-boot -sample-traditional - shows Spring Zero with more traditional WAR packaging
185
185
(but also executable using ` java -jar ` )
186
- * spring-zero -sample-xml - Example show how Spring Zero can be mixed with trditional XML
186
+ * spring-boot -sample-xml - Example show how Spring Zero can be mixed with trditional XML
187
187
configuration
188
188
0 commit comments