fixed typo in Hello World Spring Boot sample (#294)

This commit is contained in:
Chih-Chieh 2018-07-30 11:16:37 -07:00 committed by Google Prow Robot
parent 8b86132c85
commit c43067e9c6
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ recreate the source files from this folder.
and add the `Web` dependency. Then click `Generate Project`, download and unzip the
sample archive.
1. Update the `@SpringBootApplication` class in
1. Update the `SpringBootApplication` class in
`src/main/java/com/example/helloworld/HelloworldApplication.java` by adding
a `@RestController` to handle the "/" mapping and also add a `@Value` field to
provide the TARGET environment variable:
@ -136,7 +136,7 @@ folder) you're ready to build and deploy the sample app.
1. Now that your service is created, Knative will perform the following steps:
* Create a new immutable revision for this version of the app.
* Network programming to create a route, ingress, service, and load balance for your app.
* Network programming to create a route, ingress, service, and load balancer for your app.
* Automatically scale your pods up and down (including to zero active pods).
1. To find the IP address for your service, use