Skip to content

Commit 2098e23

Browse files
committedJul 26, 2013
Change package names zero->boot
* actuator -> boot-ops * cli -> boot-cli * launcher -> boot-load * autoconfig -> boot-config * bootstrap -> boot-strap * starters -> boot-up [#54095231] [bs-253] Refactor Zero->Boot
1 parent b2873fb commit 2098e23

File tree

609 files changed

+1686
-1626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

609 files changed

+1686
-1626
lines changed
 

‎README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ or above.
4343

4444
An `alias` can be used for the Spring Zero command line tool:
4545

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"
4747

4848
_Also see [docs/CONTRIBUTING](docs/CONTRIBUTING.md) if you want to submit pull requests._
4949

@@ -167,22 +167,22 @@ Groovy samples for use with the command line application are available in
167167
[spring-cli/samples](spring-cli/samples/#). To run the CLI samples type
168168
`spring run <sample>.groovy` from samples directory.
169169

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
171171
be build with maven and run use `java -jar target/<sample>.jar`. The following java
172172
samples are provided:
173173

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
180180
* spring-sample-batch - Define and run a Batch job in a few lines of code
181181
* 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
185185
(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
187187
configuration
188188

‎docs/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ changes just won't be automatically formatted._
4545

4646
With the requisite eclipse plugins installed you can select
4747
`import existing maven projects` from the `file` menu to import the code. You will
48-
need to import the root `spring-zero` pom and the `spring-zero-samples` pom separately.
48+
need to import the root `spring-boot` pom and the `spring-boot-samples` pom separately.
4949

5050

5151
### Importing into eclipse without m2eclipse

0 commit comments

Comments
 (0)